diff --git a/osc-tiny-0.7.6.tar.gz b/osc-tiny-0.7.6.tar.gz deleted file mode 100644 index d5c67e0..0000000 --- a/osc-tiny-0.7.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e63ea6c5cd716b4aaf25971bc645817e21f2a6329cdbce8c825a2d7377e2d539 -size 54342 diff --git a/osc-tiny-0.7.7.tar.gz b/osc-tiny-0.7.7.tar.gz new file mode 100644 index 0000000..9a5b98f --- /dev/null +++ b/osc-tiny-0.7.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23d7df5a207a7795143517f165ebf9f1efca1e44b5a3e37604bea16e078d686 +size 54622 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 9777282..359537b 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 2 12:07:32 UTC 2022 - Andreas Hasenkopf + +- Release 0.7.7 + * Support for Python 3.11 + * Workaround for another parameter inconsistency in the API + ------------------------------------------------------------------- Thu Oct 20 08:12:01 UTC 2022 - Andreas Hasenkopf diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index 8bae827..d544ec9 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-osc-tiny -Version: 0.7.6 +Version: 0.7.7 Release: 0 Summary: Client API for openSUSE BuildService License: MIT @@ -41,6 +40,7 @@ Requires: python-lxml Requires: python-python-dateutil Requires: python-pytz Requires: python-requests +Requires: (python-cached-property if python-base < 3.8) Suggests: openssh BuildArch: noarch # Using 'if' instead of 'with' because the latter requires rpm >= 4.14 @@ -49,7 +49,6 @@ BuildRequires: %{python_module cached-property if %python-base < 3.8} %else BuildRequires: %{python_module cached-property} %endif -Requires: (python-cached-property if python-base < 3.8) %python_subpackages %description @@ -78,6 +77,7 @@ For further details see: %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/osctiny +%{python_sitelib}/osc_tiny-%{version}*-info %changelog