forked from pool/python-dparse
- 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 OBS-URL: https://build.opensuse.org/request/show/791127 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=4
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 3 08:12:12 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- 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 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
|