Changelog for
python39-check-manifest-0.49-qubes.lp155.8.4.noarch.rpm :
* Mon Apr 03 2023 Steve Kowalik
- Remove unneeded {Build,}Requires on pep517.
* Mon Jan 02 2023 Dirk Müller - update to 0.49:
* Add Python 3.11 support.
* Drop Python 3.6 support.- drop python-check-manifest-no-mock.patch (upstream)
* Thu Nov 24 2022 Daniel Garcia - Add \"git config --global --add protocol.file.allow always\" to fix tests, based on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023597
* Mon Sep 26 2022 Yogalakshmi Arunachalam - version update to 0.48 Add Python 3.10 support. Switch to tomli instead of toml, after hearing about PEP-680. tomli will be included in the Python 3.11 standard library as tomllib, while toml is apparently unmaintained. Fix submodule support when .gitmodules exists in a subdirectory (#153). Note that this reverts a fix for #124: git versions before 2.11 are no longer supported.
* Thu Mar 10 2022 Matej Cepl - Add python-check-manifest-no-mock.patch (gh#mgedmin/check-manifest#151) replace using mock with unittest.mock.
* Wed Mar 09 2022 pgajdosAATTsuse.com- version update to 0.47 0.47 (2021-09-22) - ---------------- - Fix ``setuptools_scm`` workaround for packages with dashes in the name (`#145 `_). 0.46 (2021-01-04) - ---------------- - The `pre-commit `__ hook now always uses Python 3.
* Tue Nov 24 2020 John Vandenberg - Update to v0.45
* Add Python 3.9 support.
* Drop Python 3.5 support.
* Switch from pep517 to python-build
* Add ``--no-build-isolation`` option so check-manifest can succeed building pep517-based distributions without an internet connection. With --no-build-isolation, you must preinstall the ``build-system.requires`` beforehand.- from v0.44
* Try to avoid passing ``--recurse-submodules`` to ``git ls`` if the project doesn\'t use git submodules (i.e. doesn\'t have a ``.gitsubmodules`` file) This should make check-manifest work again with older git versions, as long as you don\'t use submodules- from v0.43
* Fix collecting files versioned by ``git`` when a project has submodules and ``GIT_INDEX_FILE`` is set. This bug was triggered when ``check-manifest`` was run from a git hook
* Thu Aug 20 2020 John Vandenberg - 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 2020 Petr Gajdos - %python3_only -> %python_alternative
* Fri May 01 2020 Matej Cepl - Switch to multibuild and remove Suggests for bzr.
* Wed Apr 08 2020 Matej Cepl - 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 2019 Marketa Calabkova - Update to 0.40
* Add Python 3.8 support.
* Fri Sep 13 2019 Tomáš Chvátal - Update to 0.39:
* You can now use check-manifest as a pre-commit hook (#100).
* Wed May 15 2019 Jan Engelhardt - Use noun phrase in summary.
* Wed May 08 2019 John Vandenberg - 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 2018 Antonio Larrosa - 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 2017 arunAATTgmx.de- update to version 0.36:
* Handle empty VCS repositories more gracefully (#84).
* Thu Jul 13 2017 toddrme2178AATTgmail.com- Initial version