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