SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python39-check-manifest-0.49-42.5.noarch.rpm :

* Sun Jun 11 2023 ecsos - Add %{?sle15_python_module_pythons}
* Sat May 20 2023 Ben Greiner - Do not require bzr (breezy) for tests: fails in Factory, we\'re the only user- PEP517- Fix tomli runtime requirement
* 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.
 
ICM