diff mbox series

[meta-python,30/44] python3-nocasedict: upgrade 2.0.1 -> 2.0.3

Message ID 1715677817-2223-30-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/44] dool: upgrade 1.3.1 -> 1.3.2 | expand

Commit Message

Mingyu Wang (Fujitsu) May 14, 2024, 9:10 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Bugfixes:
=============
- Docs: Added Python 3.12 to the supported versions in the package metadata.
- Docs: Updated the README file with the changes from the introduction section
  w.r.t. Python 2 and limitations.
- Dev: Fixed flake8 issue about comparing types in test code.
- Fixed safety issues up to 2024-05-05. No changes in package dependencies.
- Test: Removed setup.py based installs from "make installtest", since one of
  them started installing a pre-release of a package on an unsupported Python
  version. The recommendation has been for a while now to no longer use
- Docs: Added RTD config file .readthedocs.yaml
- Test: In the Github Actions test workflow for Python 3.6 and 3.7, changed
  macos-latest back to macos-12 because macos-latest got upgraded from macOS 12
  to macOS 14 which no longer supports these Python versions.
- Test: Fixed issues resulting from removal of support for pytest.warns(None)
  in pytest version 8.
- Docs: Converted README file from RST to MarkDown to fix badge alignment issue
- Dev: Added missing dependency to minimum-constraints.txt to several make
  targets that used it with PACKAGE_LEVEL=minimum.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-nocasedict_2.0.1.bb => python3-nocasedict_2.0.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-nocasedict_2.0.1.bb => python3-nocasedict_2.0.3.bb} (76%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_2.0.1.bb b/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-nocasedict_2.0.1.bb
rename to meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
index 5a2985817..105c20b5a 100644
--- a/meta-python/recipes-devtools/python/python3-nocasedict_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/pywbem/nocasedict"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
 
-SRC_URI[sha256sum] = "960cb699f1209da80ac39e3ab50aa7342fe8ca9f70606c23447a510550435e50"
+SRC_URI[sha256sum] = "1c9226c7f5a8a97ad51dcb0ae3157a720e3f7cb9c4568d22ea3a05e3f85658a9"
 
 inherit pypi setuptools3