forked from pool/python-dparse
- 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 - Initial version for 0.2.1 OBS-URL: https://build.opensuse.org/request/show/673503 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=1
23 lines
852 B
Plaintext
23 lines
852 B
Plaintext
-------------------------------------------------------------------
|
|
Tue Feb 12 00:59:00 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- 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 02:35:44 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Initial version for 0.2.1
|