forked from pool/python-dparse
- Although pipenv is required by upstream, tests pass even without it, and we don't have it packaged yet. OBS-URL: https://build.opensuse.org/request/show/694784 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=2
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Apr 16 12:30:22 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Although pipenv is required by upstream, tests pass even
|
|
without it, and we don't have it packaged yet.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|