From d5ec4d4ec6e6760056afd1f15cb262edba18e832b6f15360fa76e472a482c04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 22 Apr 2025 12:38:46 +0000 Subject: [PATCH] Accepting request 1271865 from home:ecsos:python - Update to 3.3.3 * New: - Publish type annotations - Changes from 3.3.2 * Bugfix: - Fix docs generation * New: - Add support for Python 3.13 OBS-URL: https://build.opensuse.org/request/show/1271865 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-factory_boy?expand=0&rev=39 --- factory_boy-3.3.1.tar.gz | 3 --- factory_boy-3.3.3.tar.gz | 3 +++ python-factory_boy.changes | 12 ++++++++++++ python-factory_boy.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 factory_boy-3.3.1.tar.gz create mode 100644 factory_boy-3.3.3.tar.gz diff --git a/factory_boy-3.3.1.tar.gz b/factory_boy-3.3.1.tar.gz deleted file mode 100644 index 9063612..0000000 --- a/factory_boy-3.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8317aa5289cdfc45f9cae570feb07a6177316c82e34d14df3c2e1f22f26abef0 -size 163924 diff --git a/factory_boy-3.3.3.tar.gz b/factory_boy-3.3.3.tar.gz new file mode 100644 index 0000000..a3de849 --- /dev/null +++ b/factory_boy-3.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866862d226128dfac7f2b4160287e899daf54f2612778327dd03d0e2cb1e3d03 +size 164146 diff --git a/python-factory_boy.changes b/python-factory_boy.changes index 2bbb6e3..2d7945b 100644 --- a/python-factory_boy.changes +++ b/python-factory_boy.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 22 12:08:31 UTC 2025 - ecsos + +- Update to 3.3.3 + * New: + - Publish type annotations +- Changes from 3.3.2 + * Bugfix: + - Fix docs generation + * New: + - Add support for Python 3.13 + ------------------------------------------------------------------- Thu Sep 26 10:37:04 UTC 2024 - Markéta Machová diff --git a/python-factory_boy.spec b/python-factory_boy.spec index 16a02a6..5078c50 100644 --- a/python-factory_boy.spec +++ b/python-factory_boy.spec @@ -1,7 +1,7 @@ # # spec file for package python-factory_boy # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-factory_boy -Version: 3.3.1 +Version: 3.3.3 Release: 0 Summary: Python test fixtures License: MIT @@ -26,7 +26,7 @@ URL: https://github.com/rbarrois/factory_boy Source: https://files.pythonhosted.org/packages/source/f/factory_boy/factory_boy-%{version}.tar.gz BuildRequires: %{python_module Faker >= 0.7.0} BuildRequires: %{python_module Pillow} -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module setuptools >= 0.8} BuildRequires: %{python_module typing_extensions} BuildRequires: fdupes