forked from pool/python-factory_boy
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
This commit is contained in:
BIN
factory_boy-3.3.1.tar.gz
(Stored with Git LFS)
BIN
factory_boy-3.3.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
factory_boy-3.3.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
factory_boy-3.3.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 22 12:08:31 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- 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á <mmachova@suse.com>
|
Thu Sep 26 10:37:04 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-factory_boy
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-factory_boy
|
Name: python-factory_boy
|
||||||
Version: 3.3.1
|
Version: 3.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python test fixtures
|
Summary: Python test fixtures
|
||||||
License: MIT
|
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
|
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 Faker >= 0.7.0}
|
||||||
BuildRequires: %{python_module Pillow}
|
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 setuptools >= 0.8}
|
||||||
BuildRequires: %{python_module typing_extensions}
|
BuildRequires: %{python_module typing_extensions}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Reference in New Issue
Block a user