forked from pool/python-check-manifest
- Update to v0.42 OBS-URL: https://build.opensuse.org/request/show/828146 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-check-manifest?expand=0&rev=17
86 lines
3.3 KiB
Plaintext
86 lines
3.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Aug 20 10:23:37 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v0.42
|
|
* Added ``-q``/``--quiet`` command line argument. This will reduce the
|
|
verbosity of informational output, e.g. for use in a CI pipeline.
|
|
* Rewrote the ignore logic to be more compatible with setuptools. This
|
|
might have introduced some regressions, so please file bugs! One side
|
|
effect of this is that ``--ignore`` (or the ``ignore`` setting in the
|
|
config file) is now handled the same way as ``global-exclude`` in a
|
|
``MANIFEST.in``, which means:
|
|
- it's matched anywhere in the file tree
|
|
- it's ignored if it matches a directory
|
|
* Drop Python 2.7 support.
|
|
- from v0.41
|
|
* Support `PEP 517`_, i.e. packages using pyproject.toml
|
|
* Ignore subcommand stderr unless the subcommand fails.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 25 10:59:13 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 1 12:09:52 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Switch to multibuild and remove Suggests for bzr.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 8 18:47:22 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Don't build-require bzr, just suggest it, it is not that necessary.
|
|
- Switch tests to using pytest as a test runner.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 23 13:51:47 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 0.40
|
|
* Add Python 3.8 support.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 11:02:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.39:
|
|
* You can now use check-manifest as a pre-commit hook (#100).
|
|
|
|
-------------------------------------------------------------------
|
|
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
|