Changelog for
python311-dparse-0.6.3-lp160.3.3.noarch.rpm :
* Mon Jan 15 2024 Steve Kowalik
- Switch to autosetup and pyproject macros.- Stop using greedy globs in %files.- Add patch fix-configparser-parsing.patch:
* Use non-deprecated/removed functions from ConfigParser.
* Sat Jul 01 2023 Dirk Müller - update to 0.6.3:
* Use the modern tomli/tomllib to parse TOML files.
* Drop Python 3.5 from our CI.
* Thu Oct 27 2022 Yogalakshmi Arunachalam - Update to 0.6.2
* Fixed bug: always call the parent from the PATH in the resolve_file function.
* Tue Sep 27 2022 Yogalakshmi Arunachalam - update to 0.6.1
* Use non-deprecated ConfiParser method- update to 0.6.0
* Fork from upstream dparse that is unresponsive
* Rename package to dparse2
* Fix security issue for GHSL-2021-111https://github.com/pyupio/dparse/issues/50
* Drop support for Python < 3.6 and add support for up to 3.10
* Drop support for updating requirements files
* format code with black, sort imports
* Thu Sep 17 2020 Dirk Mueller - update to 0.5.1:
* Fixed package metadata removing 2.7 support
* Install pipenv only when asked for with extras
* Fri Apr 03 2020 Marketa Calabkova - update to 0.5.0
* Dropped Python 2.7, 3.3, 3.4 support
* Removed six package
* Removed pinned dependencies of tests
* Dropped setup.py tests support in favor of tox
* Tue Apr 16 2019 Matej Cepl - Although pipenv is required by upstream, tests pass even without it, and we don\'t have it packaged yet.
* Tue Feb 12 2019 John Vandenberg - Update to v0.4.1
* Fixed a packaging error- for 0.4.0
* pipenv is now an optional dependency that\'s only used when updating a Pipfile
* Added support for invalid toml Pipfiles- for 0.3.0
* Added support for setup.cfg files
* Dependencies from Pipfiles now include the section
* Multiline requirements are now ignored if they are marked
* Added experimental support for Pipfiles- Remove unnecessary build dependency on python-devel and pytest-runner- Added Recommends for pipenv, and disabled one test related to Pipfile support.- Use %license
* Wed Jan 17 2018 toddrme2178AATTgmail.com- Initial version for 0.2.1