15
0

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
This commit is contained in:
2024-08-30 10:49:54 +00:00
committed by Git OBS Bridge
parent 416b48153a
commit 5fd4d29710
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bb8b62ba9106569f475366b12f41d4f1d20575e3ae0daa530d474219f18e2ea
size 49629

3
atpublic-5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75b4c9ef40da64d5f90e251071e3143136a8d4e309459078e6cfc77f235872d2
size 15024

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Aug 22 11:40:10 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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