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

python311-nocaselist-2.2.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-nocaselist Distribution: openSUSE Tumbleweed
Version: 2.2.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Mar 9 12:43:19 2026
Group: Development/Languages/Python Build host: reproducible
Size: 81499 Source RPM: python-nocaselist-2.2.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pywbem/nocaselist
Summary: A case-insensitive list for Python
Class `NocaseList`_ is a case-insensitive list that preserves the lexical case
of its items.

Provides

Requires

License

Apache-2.0

Changelog

* Mon Mar 09 2026 Dirk Müller <dmueller@suse.com>
  - update to 2.2.0:
    * Removed support for Python 3.8, because (1) Python 3.8 is out
      of service since 2024-10-07, and (2) the license definition
      according to PEP 639 requires setuptools >= 77.0.3 which
      requires Python >= 3.9, and pyproject.toml does not support
      environment markers.
    * Addressed safety issues up to 2026-01-04.
    * Dev: Fixed issue where the package version used for
      distribution archive file names were generated inconsistently
      between setuptools_scm (used in Makefile) and the 'build'
      module, by using no build isolation ('--no-isolation' option
      of the 'build' module) and increasing the minimum version of
      'setuptools-scm' to 9.2.0, which fixes a number of version
      related issues.
    * Dev: Circumvented safety issue with import of typer module by
      pinning typer to <0.17.0.
    * Dev: Made order of names in AUTHORS.md reliable.
    * Test: Fixed new issues raised by pylint 4.0.0.
    * Dev: Added dependencies for Sphinx.
    * Dev: Fixed error with running the safety tool by increasing
      minimum version of nltk to 3.9.2.
    * Added support for Python 3.14.
    * Test: Added retries for sending coverage data to the
      coveralls.io site to address issues with the site.
    * Used new license format defined in PEP 639 to accommodate
      upcoming removal of support for old format.
    * Verified that between Python 3.9 and 3.14, the built-in
      'list' class did not get new functionality. Updated the
      documentation accordingly.
    * Dropped support for Python 3.6 and 3.7 because they are out
      of service and to simplify development dependencies. (issue
      [#178])
    * Dev: Changed 'make install' to no longer perform an editable
      install, but a standalone install, since pip will remove
      support for editable installs. (related to issue #152)
    * Dev: Removed support for the env.var TEST_INSTALLED that used
      the installed package for testing, for simplicity. Now, the
      local package in the repository main directory is always used
      for testing.
    * Addressed safety issues up to 2025-04-27.
    * Dev: Added missing dependencies for development.
    * Test: Fixed the issue that coveralls was not found in the
      test workflow on MacOS with Python 3.9-3.11, by running it
      without login shell. Added Python 3.11 on MacOS to the normal
      tests.
    * Fixed new issues of Pylint 3.3.
    * Added support for Python 3.13. This required increasing the
      minimum version of several packages needed for development.
      (issue #203)
    * Added '__version_tuple__' with the integer versions. (related
      to issue #152)
    * Dev: Changed from setup.py to using pyproject.toml. (issue
      [#152])
    * Dev: Split safety policy files into one for installation
      dependencies and one for development dependencies. (issue
      [#170], related to issue #152)
    * Dev: Split minimum-constraints.txt file into one for
      installation dependencies and one for development
      dependencies. (related to issue #152)
    * Dev: Cleanup in the Makefile. (related to issue #152)
    * Docs: Changed versions shown for the documentation to be
      master and the latest fix version of each minor version.
      Changed documentation links in README file to reference the
      master version.
* Thu Nov 07 2024 Dirk Müller <dmueller@suse.com>
  - update to 2.0.3:
    * Fixed safety issues up to 2024-08-18.
    * Fixed new issues from pylint 3.2.
    * Fixed missing Python 3.12 in Trove classifiers.
    * Increased vrsions of GitHub Actions plugins used, to eliminate
      warnings about node v16.
* Tue Jun 04 2024 Dirk Müller <dmueller@suse.com>
  - update to 2.0.2:
    * support python 3.12
    * cleanup pip backtracking
    * Fix content type of pacakge description
    * use f-streings
* Tue May 07 2024 Dirk Müller <dmueller@suse.com>
  - update to 2.0.1:
    * Installation of this package using “setup.py” is no longer
      supported. Use “pip” instead.
    * Test: Fixed issues resulting from removal of support for
      pytest.warns(None) in pytest version 8
    * Fixed safety issues up to 2024-05-04
* Fri Dec 01 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.0.0:
    * typing hints
    * Fixed coveralls issues with KeyError and HTTP 422
      Unprocessable Entity.
    * Added support for passing slices to '__setitem__()' and
      '__delitem__()'. Expanded the testcases accordingly.
    * Fixed incorrect error handling when passing objects of
      unsupported types to the right hand operand of the rich
      comparison methods of NocaseList. This previously caused
      AttributeError "'list' object has no attribute 'lower'" and
      TypeError "'int' object is not iterable" to be raised which was
      confusing. This is now handled by returning 'NotImplemented'
      from these methods as recommended by Python, causing TypeError
      with a proper message to be raised by Python.#
    * Resurrected support for byte strings as list values in the
      default implementation of the casefold method. The list can now
      contains unicode strings and byte strings.
    * Added type hints and type checking with MyPy (issue #96).
* Sat Oct 01 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.0.6:
    * Mitigated coveralls issue with HTTP status 422
    * Add python 3.9 support
    * Test suite cleanups, Pylint 2.10 fixes
    * Python 3.10 support
* Mon Feb 01 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.0.4:
    * Migrated from Travis and Appveyor to GitHub Actions. This required changes
      in several areas including dependent packages used for testing and
      coverage. This did not cause any changes on dependent packages used for the
      installation of the package.
* Tue Oct 13 2020 Benjamin Greiner <code@bnavigator.de>
  - initial specfile 1.0.3

Files

/usr/lib/python3.11/site-packages/nocaselist
/usr/lib/python3.11/site-packages/nocaselist-2.2.0.dist-info
/usr/lib/python3.11/site-packages/nocaselist-2.2.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/nocaselist-2.2.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/nocaselist-2.2.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/nocaselist-2.2.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/nocaselist-2.2.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/nocaselist-2.2.0.dist-info/licenses
/usr/lib/python3.11/site-packages/nocaselist-2.2.0.dist-info/licenses/LICENSE
/usr/lib/python3.11/site-packages/nocaselist-2.2.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/nocaselist-2.2.0.dist-info/zip-safe
/usr/lib/python3.11/site-packages/nocaselist/__init__.py
/usr/lib/python3.11/site-packages/nocaselist/__pycache__
/usr/lib/python3.11/site-packages/nocaselist/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/nocaselist/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/nocaselist/__pycache__/_nocaselist.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/nocaselist/__pycache__/_nocaselist.cpython-311.pyc
/usr/lib/python3.11/site-packages/nocaselist/__pycache__/_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/nocaselist/__pycache__/_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/nocaselist/__pycache__/_version_scm.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/nocaselist/__pycache__/_version_scm.cpython-311.pyc
/usr/lib/python3.11/site-packages/nocaselist/_nocaselist.py
/usr/lib/python3.11/site-packages/nocaselist/_version.py
/usr/lib/python3.11/site-packages/nocaselist/_version_scm.py
/usr/lib/python3.11/site-packages/nocaselist/py.typed
/usr/share/doc/packages/python311-nocaselist
/usr/share/doc/packages/python311-nocaselist/README.md
/usr/share/licenses/python311-nocaselist
/usr/share/licenses/python311-nocaselist/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Mar 13 22:23:09 2026