diff --git a/munch-2.5.0.tar.gz b/munch-2.5.0.tar.gz deleted file mode 100644 index 806cae7633f2251ed0992c92573ced7267c185e2..0000000000000000000000000000000000000000 Binary files a/munch-2.5.0.tar.gz and /dev/null differ diff --git a/munch-3.0.0.tar.gz b/munch-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5bf11f41bb569b64b5a798e29e3f09dce2d6eda6 Binary files /dev/null and b/munch-3.0.0.tar.gz differ diff --git a/python-munch.spec b/python-munch.spec index be2744eb668ec6748949fa084d56f162533655b7..9bb9d9a221b5157df44d9c77723d96bf181f68ac 100644 --- a/python-munch.spec +++ b/python-munch.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-munch -Version: 2.5.0 -Release: 2 +Version: 3.0.0 +Release: 1 Summary: A dot-accessible dictionary (a la JavaScript objects) License: MIT URL: https://github.com/Infinidat/munch -Source0: https://files.pythonhosted.org/packages/43/a1/ec48010724eedfe2add68eb7592a0d238590e14e08b95a4ffb3c7b2f0808/munch-2.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/e1/40/5dcab397be4682839a1c669b2c24c857e59f073d691a2bcf9b14cebb054a/munch-3.0.0.tar.gz BuildArch: noarch Requires: python3-six @@ -37,7 +37,7 @@ True %package -n python3-munch Summary: A dot-accessible dictionary (a la JavaScript objects) -Provides: python-munch +Provides: python-munch = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pbr @@ -81,7 +81,7 @@ True ``` %prep -%autosetup -n munch-2.5.0 +%autosetup -n munch-%{version} %build %py3_build @@ -121,6 +121,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 16 2023 jiangxinyu - 3.0.0-1 +- Update package to version 3.0.0 + * Mon Jan 06 2020 lingsheng - 2.5.0-2 - Add buildrequire python3-pbr