1
0

6 Commits

Author SHA256 Message Date
9a236d78b7 Accepting request 1313886 from devel:languages:python
- Add missing test dependency importlib-resources for Python 3.11
- Update to 6.0.2
  * Documentation improvements.
  * Temporary workaround for a furo
  * theme bug in dark mode.
  * CI updates.
- update to 6.0.1:
  * Fix test suite when run with Python < 3.12.  (:GL:`28`)
  * Add test for Python 3.14.
  * Added populate_all() which can be called from the bottom of
    your module to infer and populate your module's __all__.  Use
    this if you don't like the decorator syntax.  (:GL:`27`)
  * Documentation improvements.

OBS-URL: https://build.opensuse.org/request/show/1313886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atpublic?expand=0&rev=12
2025-10-28 13:46:42 +00:00
7699218274 - Add missing test dependency importlib-resources for Python 3.11
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=24
2025-10-27 15:33:22 +00:00
79f1084a15 Accepting request 1312723 from home:glaubitz:branches:devel:languages:python
- Update to 6.0.2
  * Documentation improvements.
  * Temporary workaround for a furo
  * theme bug in dark mode.
  * CI updates.

OBS-URL: https://build.opensuse.org/request/show/1312723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=23
2025-10-21 11:46:39 +00:00
9098b078f1 - update to 6.0.1:
* Fix test suite when run with Python < 3.12.  (:GL:`28`)
  * Add test for Python 3.14.
  * Added populate_all() which can be called from the bottom of
    your module to infer and populate your module's __all__.  Use
    this if you don't like the decorator syntax.  (:GL:`27`)
  * Documentation improvements.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=22
2025-07-12 17:20:58 +00:00
7bdcc52836 Accepting request 1244782 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1244782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atpublic?expand=0&rev=11
2025-02-10 16:36:10 +00:00
a28e473df2 - update to 5.1:
* Drop official support for Python 3.8, add support for Python
    3.13.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=20
2025-02-03 13:27:13 +00:00
4 changed files with 38 additions and 5 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:289fc982e5ee62feec3a99c19e301d4251efe82a57e2ff498793ff5609606612
size 17694

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Mon Oct 27 15:31:42 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Add missing test dependency importlib-resources for Python 3.11
-------------------------------------------------------------------
Tue Oct 21 09:06:27 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 6.0.2
* Documentation improvements.
* Temporary workaround for a furo
* theme bug in dark mode.
* CI updates.
-------------------------------------------------------------------
Sat Jul 12 17:20:47 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 6.0.1:
* Fix test suite when run with Python < 3.12. (:GL:`28`)
* Add test for Python 3.14.
* Added populate_all() which can be called from the bottom of
your module to infer and populate your module's __all__. Use
this if you don't like the decorator syntax. (:GL:`27`)
* Documentation improvements.
-------------------------------------------------------------------
Mon Feb 3 13:26:53 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 5.1:
* Drop official support for Python 3.8, add support for Python
3.13.
-------------------------------------------------------------------
Thu Aug 22 11:40:10 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-atpublic
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-atpublic
Version: 5.0
Version: 6.0.2
Release: 0
Summary: @public decorator for populating __all__
License: Apache-2.0
@@ -44,6 +44,7 @@ BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module atpublic}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module importlib-resources if %python-base < 3.12}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module sybil}