15
0
Files
python-check-manifest/python-check-manifest.changes

40 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Wed May 15 18:07:58 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Wed May 8 15:09:17 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove unnecessary bcond test
- Add optional VCS dependencies to BuildDepends and Suggests
- Use fdupes
- Revise Summary replacing confusing 'MANIFEST in' with MANIFEST.in
- Update to v0.38
* Add Python 3.7 support
* Drop Python 3.4 support.
* Added GitHub templates to default ignore patterns
* Added reading check-manifest config out of tox.ini or pyproject.toml
-------------------------------------------------------------------
Wed Sep 19 16:45:46 UTC 2018 - Antonio Larrosa <alarrosa@suse.com> - 0.37
- update to version 0.37:
* Drop Python 3.3 support.
* Support packages using setuptools_scm (#68).
* Note that setuptools_scm usually makes MANIFEST.in files obsolete.
Having one is helpful only if you intend to build an sdist and then
use that sdist to perform further builds, instead of building from
a source checkout.
-------------------------------------------------------------------
Wed Nov 22 19:44:30 UTC 2017 - arun@gmx.de
- update to version 0.36:
* Handle empty VCS repositories more gracefully (#84).
-------------------------------------------------------------------
Thu Jul 13 15:15:22 UTC 2017 - toddrme2178@gmail.com
- Initial version