From 5fd4d29710910321e29e5beb8b606a0b99846922d732a3ff86bb75d198a82a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 30 Aug 2024 10:49:54 +0000 Subject: [PATCH] Accepting request 1195288 from home:frantisek.simorda:branches:openSUSE:Factory - Update to 5.0: * @public is now properly type annotated. * Adopt hatch test and hatch fmt commands. (GL#25) * @public and @private now raise TypeError instead of ValueError if __all__ is not a concrete list object. (GL#26) * Other minor coding improvements identified by ruff. * Switch to Trusted Publishing for publishing new versions to PyPI. (GL#24) - version 4.1: * Add support for Python 3.12. (GL#22) * Switch to hatch, replacing pdm and tox. (GL#21) OBS-URL: https://build.opensuse.org/request/show/1195288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=18 --- atpublic-4.0.tar.gz | 3 --- atpublic-5.0.tar.gz | 3 +++ python-atpublic.changes | 15 +++++++++++++++ python-atpublic.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 atpublic-4.0.tar.gz create mode 100644 atpublic-5.0.tar.gz diff --git a/atpublic-4.0.tar.gz b/atpublic-4.0.tar.gz deleted file mode 100644 index d371e9d..0000000 --- a/atpublic-4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bb8b62ba9106569f475366b12f41d4f1d20575e3ae0daa530d474219f18e2ea -size 49629 diff --git a/atpublic-5.0.tar.gz b/atpublic-5.0.tar.gz new file mode 100644 index 0000000..4547a36 --- /dev/null +++ b/atpublic-5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b4c9ef40da64d5f90e251071e3143136a8d4e309459078e6cfc77f235872d2 +size 15024 diff --git a/python-atpublic.changes b/python-atpublic.changes index 50ea8f8..a2b690d 100644 --- a/python-atpublic.changes +++ b/python-atpublic.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Aug 22 11:40:10 UTC 2024 - Frantisek Simorda + +- Update to 5.0: + * @public is now properly type annotated. + * Adopt hatch test and hatch fmt commands. (GL#25) + * @public and @private now raise TypeError instead of ValueError if __all__ is not a concrete list object. (GL#26) + * Other minor coding improvements identified by ruff. + * Switch to Trusted Publishing for publishing new versions to PyPI. (GL#24) + +- version 4.1: + * Add support for Python 3.12. (GL#22) + * Switch to hatch, replacing pdm and tox. (GL#21) + + ------------------------------------------------------------------- Fri Jan 5 17:15:58 UTC 2024 - Dirk Müller diff --git a/python-atpublic.spec b/python-atpublic.spec index 5cb4460..6a2a5c7 100644 --- a/python-atpublic.spec +++ b/python-atpublic.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-atpublic -Version: 4.0 +Version: 5.0 Release: 0 Summary: @public decorator for populating __all__ License: Apache-2.0 @@ -34,7 +34,7 @@ Group: Development/Languages/Python URL: http://public.readthedocs.io/ Source: https://gitlab.com/warsaw/public/-/archive/%{version}/public-%{version}.tar.gz#/atpublic-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module pdm-backend} +BuildRequires: %{python_module hatch} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: fdupes