15
0

Compare commits

16 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
2de54e2239 Accepting request 1197802 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1197802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atpublic?expand=0&rev=10
2024-09-01 17:21:30 +00:00
79c42e405d - 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/package/show/devel:languages:python/python-atpublic?expand=0&rev=18
2024-08-30 10:49:54 +00:00
a0a816f87f Accepting request 1137117 from devel:languages:python
- remove obsolete pdm-pep517 dependency

OBS-URL: https://build.opensuse.org/request/show/1137117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atpublic?expand=0&rev=9
2024-01-06 17:41:07 +00:00
4bd5b647ab Accepting request 1131685 from devel:languages:python
- update to 4.0:
  * Drop Python 3.7 support (GL#16)
  * Remove ``public.install()`` which was used to inject the
    ``public`` and ``private`` functions into the ``builtins``
    namespace.  This isn't very helpful and could be actively
    harmful.  Explicit is better than implicit. (GL#14)
  * The functional form of ``public()`` now returns the argument
    *values* in the order they are given.  This allows you to
    explicitly bind those values to names in the global namespace.
  * Switch from ``flake8`` and ``isort`` to ``ruff`` for code
    quality. (GL#32)
  * Switch to ``pdm-backend`` (GL#15)
  * More GitLab CI integration improvements.

  * https://gitlab.com/warsaw/public/-/merge_requests/16

OBS-URL: https://build.opensuse.org/request/show/1131685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atpublic?expand=0&rev=8
2023-12-08 21:31:44 +00:00
67f33e073b Accepting request 1092839 from devel:languages:python
- tag for sle15 new python stack

OBS-URL: https://build.opensuse.org/request/show/1092839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atpublic?expand=0&rev=7
2023-06-13 14:10:56 +00:00
4f4ec17e79 Accepting request 1074153 from devel:languages:python
- Remove typing_extensions requirement not needed for python version > 3.8

OBS-URL: https://build.opensuse.org/request/show/1074153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atpublic?expand=0&rev=6
2023-03-25 17:55:09 +00:00
ef5a916410 Accepting request 1040386 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1040386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atpublic?expand=0&rev=5
2022-12-06 13:22:43 +00:00
59da9f55de Accepting request 946126 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/946126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atpublic?expand=0&rev=4
2022-01-13 22:21:11 +00:00
561d76e9f7 Accepting request 894788 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/894788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atpublic?expand=0&rev=3
2021-05-21 19:50:18 +00:00
4bb0f91bd9 Accepting request 852352 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/852352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atpublic?expand=0&rev=2
2020-12-02 12:58:14 +00:00
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:3e8a73c359a8c44d61602e91601fb895b798434703025e818fd124723df9e58e
size 17420

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

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-atpublic
#
# Copyright (c) 2025 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: 6.0.1
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}