Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0a2969ff17 | |||
| 69b85085b9 | |||
| c0681e7a66 | |||
| c54fb45a95 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c9226c7f5a8a97ad51dcb0ae3157a720e3f7cb9c4568d22ea3a05e3f85658a9
|
|
||||||
size 40678
|
|
||||||
3
nocasedict-2.1.0.tar.gz
Normal file
3
nocasedict-2.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b563d5851cbb0e0b10fbb6189ba87e0612d22e5a6f3a004a4573ab5b38aaaa7d
|
||||||
|
size 129973
|
||||||
@@ -1,3 +1,52 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 13 14:15:36 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.1.0:
|
||||||
|
* Dropped support for Python 3.6 and 3.7 because they are out
|
||||||
|
of service and to simplify development dependencies. (issue
|
||||||
|
#214)
|
||||||
|
* 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 #180)
|
||||||
|
* 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.
|
||||||
|
* Test: Python 3.13 was pinned to 3.13.0 to work around a
|
||||||
|
pylint issue on Python 3.13.1.
|
||||||
|
* 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.
|
||||||
|
* Added support for Python 3.13. This required increasing the
|
||||||
|
minimum version of several packages needed for development.
|
||||||
|
(issue #225)
|
||||||
|
* Added '__version_tuple__' with the integer versions. (related
|
||||||
|
to issue #180)
|
||||||
|
* Dev: Changed from setup.py to using pyproject.toml. (issue
|
||||||
|
#180)
|
||||||
|
* Dev: Split safety policy files into one for installation
|
||||||
|
dependencies and one for development dependencies. (issue
|
||||||
|
#205, related to issue #180)
|
||||||
|
* Dev: Split minimum-constraints.txt file into one for
|
||||||
|
installation dependencies and one for development
|
||||||
|
dependencies. (related to issue #180)
|
||||||
|
* Dev: Cleanup in the Makefile. (related to issue #180)
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 30 13:09:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.0.4:
|
||||||
|
* Fixed safety issues up to 2024-08-18.
|
||||||
|
* Test: Increased versions of GitHub Actions plugins used, to
|
||||||
|
eliminate warnings about node v16.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 8 02:15:26 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
Wed May 8 02:15:26 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-nocasedict
|
# spec file for package python-nocasedict
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-nocasedict
|
Name: python-nocasedict
|
||||||
Version: 2.0.3
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A case-insensitive ordered dictionary for Python
|
Summary: A case-insensitive ordered dictionary for Python
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@@ -25,6 +25,7 @@ URL: https://github.com/pywbem/nocasedict
|
|||||||
Source: https://files.pythonhosted.org/packages/source/n/nocasedict/nocasedict-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/n/nocasedict/nocasedict-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
|||||||
Reference in New Issue
Block a user