Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fbd068049e | |||
| 8d86fc1928 | |||
| 017bb8b327 | |||
| d5ec4d4ec6 | |||
| a1e813878c | |||
| 150fb11fb2 | |||
| 76522daa97 | |||
| e494ca2887 | |||
| 1576e7b571 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bc76d97d1a65bbd9842a6d722882098eb549ec8ee1081f9fb2e8ff29f0c300f1
|
|
||||||
size 163604
|
|
||||||
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,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 2 03:45:16 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- skip testing with Django on SLFO
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 31 12:41:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.3.1:
|
||||||
|
* Add support for Django 4.2
|
||||||
|
* Add support for Django 5.1
|
||||||
|
* Add support for Python 3.12
|
||||||
|
* Stop advertising and verifying support for Django 3.2, 4.0,
|
||||||
|
4.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 9 11:32:25 UTC 2023 - ecsos <ecsos@opensuse.org>
|
Thu Nov 9 11:32:25 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-factory_boy
|
# spec file for package python-factory_boy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 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.0
|
Version: 3.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python test fixtures
|
Summary: Python test fixtures
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -26,12 +26,14 @@ 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 pip}
|
||||||
BuildRequires: %{python_module setuptools >= 0.8}
|
BuildRequires: %{python_module setuptools >= 0.8}
|
||||||
BuildRequires: %{python_module typing_extensions}
|
BuildRequires: %{python_module typing_extensions}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
%if 0%{suse_version} >= 1550
|
%if 0%{suse_version} > 1600
|
||||||
BuildRequires: %{python_module Django}
|
BuildRequires: %{python_module Django}
|
||||||
%endif
|
%endif
|
||||||
Requires: python-Faker >= 0.7.0
|
Requires: python-Faker >= 0.7.0
|
||||||
@@ -53,10 +55,10 @@ sed -i -e '/test_alchemy/d' tests/__init__.py
|
|||||||
sed -i -e 's|"3.2.1.dev0"|"3.3.0"|g' tests/test_version.py
|
sed -i -e 's|"3.2.1.dev0"|"3.3.0"|g' tests/test_version.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -66,6 +68,6 @@ sed -i -e 's|"3.2.1.dev0"|"3.3.0"|g' tests/test_version.py
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/factory
|
%{python_sitelib}/factory
|
||||||
%{python_sitelib}/factory_boy-%{version}*-info
|
%{python_sitelib}/factory_boy-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user