15
0
forked from pool/python-dparse

Accepting request 673503 from home:jayvdb:coala:python3-bears

- 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
This commit is contained in:
2019-02-16 12:15:30 +00:00
committed by Git OBS Bridge
commit 71c0098fbc
5 changed files with 121 additions and 0 deletions

22
python-dparse.changes Normal file
View File

@@ -0,0 +1,22 @@
-------------------------------------------------------------------
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