Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-check-manifest-0.49-150600.1.3 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-check-manifest Distribution: SUSE Linux Enterprise 15
Version: 0.49 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150600.1.3 Build date: Wed Mar 20 16:34:10 2024
Group: Development/Languages/Python Build host: h01-ch3c
Size: 197849 Source RPM: python-check-manifest-0.49-150600.1.3.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/mgedmin/check-manifest
Summary: Tool to check Python source package MANIFEST.in for completeness
check-manifest is a tool for python developers to check for broken packages
and missing files in MANIFEST.

Provides

Requires

License

MIT

Changelog

* Fri Dec 01 2023 alarrosa@suse.com
  - Add patch to use the current interpreter by default in the
    TestCheckManifest::test_python_from_path test in SLE. Otherwise
    the test runs the python3.6 interpreter which doesn't work:
    * use-current-interpreter.patch
* Sun Jun 11 2023 ecsos@opensuse.org
  - Add %{?sle15_python_module_pythons}
* Sat May 20 2023 code@bnavigator.de
  - Do not require bzr (breezy) for tests: fails in Factory, we're
    the only user
  - PEP517
  - Fix tomli runtime requirement
* Mon Apr 03 2023 steven.kowalik@suse.com
  - Remove unneeded {Build,}Requires on pep517.
* Mon Jan 02 2023 dmueller@suse.com
  - 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@suse.com
  - 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 yarunachalam@suse.com
  - 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 mcepl@suse.com
  - Add python-check-manifest-no-mock.patch
    (gh#mgedmin/check-manifest#151) replace using mock with
    unittest.mock.
* Wed Mar 09 2022 pgajdos@suse.com
  - version update to 0.47
    0.47 (2021-09-22)
    - ----------------
    - Fix ``setuptools_scm`` workaround for packages with dashes in the name
      (`#145 <https://github.com/mgedmin/check-manifest/issues/145>`_).
    0.46 (2021-01-04)
    - ----------------
    - The `pre-commit <https://pre-commit.com>`__ hook now always uses Python 3.
* Tue Nov 24 2020 jayvdb@gmail.com
  - 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 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 2020 pgajdos@suse.com
  - %python3_only -> %python_alternative
* Fri May 01 2020 mcepl@suse.com
  - Switch to multibuild and remove Suggests for bzr.
* Wed Apr 08 2020 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 2019 mcalabkova@suse.com
  - Update to 0.40
    * Add Python 3.8 support.
* Fri Sep 13 2019 tchvatal@suse.com
  - Update to 0.39:
    * You can now use check-manifest as a pre-commit hook (#100).
    * Make tests pass on a system with no Python 2 and systems
      where the python interpreter is not called python but python3
      (gh#mgedmin/check-manifest#101, gh#mgedmin/check-manifest#57,
      bsc#1198295).
* Wed May 15 2019 jengelh@inai.de
  - Use noun phrase in summary.
* Wed May 08 2019 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 2018 alarrosa@suse.com
  - 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 arun@gmx.de
  - update to version 0.36:
    * Handle empty VCS repositories more gracefully (#84).
* Thu Jul 13 2017 toddrme2178@gmail.com
  - Initial version

Files

/etc/alternatives/check-manifest
/usr/bin/check-manifest
/usr/bin/check-manifest-3.11
/usr/lib/python3.11/site-packages/__pycache__/check_manifest.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/__pycache__/check_manifest.cpython-311.pyc
/usr/lib/python3.11/site-packages/check_manifest-0.49.dist-info
/usr/lib/python3.11/site-packages/check_manifest-0.49.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/check_manifest-0.49.dist-info/LICENSE.rst
/usr/lib/python3.11/site-packages/check_manifest-0.49.dist-info/METADATA
/usr/lib/python3.11/site-packages/check_manifest-0.49.dist-info/RECORD
/usr/lib/python3.11/site-packages/check_manifest-0.49.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/check_manifest-0.49.dist-info/WHEEL
/usr/lib/python3.11/site-packages/check_manifest-0.49.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/check_manifest-0.49.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/check_manifest.py
/usr/share/doc/packages/python311-check-manifest
/usr/share/doc/packages/python311-check-manifest/CHANGES.rst
/usr/share/doc/packages/python311-check-manifest/README.rst
/usr/share/licenses/python311-check-manifest
/usr/share/licenses/python311-check-manifest/LICENSE.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024