Skip to content

Commit

Permalink
Upgrade python-nocasedict to fix ptests (#9810)
Browse files Browse the repository at this point in the history
  • Loading branch information
sameluch authored Jul 12, 2024
1 parent 4f25983 commit 89efefa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SPECS/python-nocasedict/python-nocasedict.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"nocasedict-2.0.1.tar.gz": "d2052d842ea59878cc6196faaac89cad7308d3a4cc21ec7318db9946397b13a6"
"nocasedict-2.0.3.tar.gz": "8b8585f9aac8f2b6a4955ecb581c410a16576b0bed3364e71e4bf1a0c13a55af"
}
}
7 changes: 5 additions & 2 deletions SPECS/python-nocasedict/python-nocasedict.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define six_version 1.14.0
Summary: Case-insensitive ordered dictionary library for Python
Name: python-%{pkgname}
Version: 2.0.1
Version: 2.0.3
Release: 1%{?dist}
License: LGPLv2+
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -45,11 +45,14 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} tox -e py%{python3_version_nodots}

%files -n python3-%{pkgname}
%license LICENSE
%doc README.rst
%doc README.md
%{python3_sitelib}/%{pkgname}
%{python3_sitelib}/*.egg-info

%changelog
* Thu Jul 11 2024 Sam Meluch <[email protected]> - 2.0.3-1
- Upgrade to 2.0.3

* Fri Nov 03 2023 CBL-Mariner Servicing Account <[email protected]> - 2.0.1-1
- Auto-upgrade to 2.0.1 - Azure Linux 3.0 - package upgrades

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23193,8 +23193,8 @@
"type": "other",
"other": {
"name": "python-nocasedict",
"version": "2.0.1",
"downloadUrl": "https://github.com/pywbem/nocasedict/archive/refs/tags/2.0.1.tar.gz"
"version": "2.0.3",
"downloadUrl": "https://github.com/pywbem/nocasedict/archive/refs/tags/2.0.3.tar.gz"
}
}
},
Expand Down

0 comments on commit 89efefa

Please sign in to comment.