Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6de48793fa | |||
| 3bbb049663 | |||
| fac6bc46f1 | |||
| 6c98654802 | |||
| 374994f19d | |||
| b802008253 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b1fe35f6a5f32547b5cd31a15c060d9ab863dc08aff018cd73dc78d1b651edd4
|
|
||||||
size 52509
|
|
||||||
3
python-flexmock-0.12.2.tar.gz
Normal file
3
python-flexmock-0.12.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8fa3424bab5447f0b2501c317e389a5114672b2c29d0cd1076371c4944d617d
|
||||||
|
size 107172
|
||||||
@@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 17 04:13:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 21 09:17:16 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.12.2
|
||||||
|
* Fix typing of and_raise (exception instances are allowed).
|
||||||
|
* Fix teardown for spying on derived class methods.
|
||||||
|
* Remove python 3.6 mentions and add py-version config to pylint.
|
||||||
|
- Adjust URL to upstream source tarball on Github
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 5 13:21:48 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||||
|
|
||||||
|
- Replace deprecated %setup with %autosetup
|
||||||
|
- Fix source URL -- pythonhosted no longer includes setup.py
|
||||||
|
- Update to 0.12.1:
|
||||||
|
* Flexmock Pytest plugin entrypoint missing from setup.py.
|
||||||
|
- Updates from 0.12.0:
|
||||||
|
* Add tox.ini to sdist to make the downstream testing easier.
|
||||||
|
* Add Python 3.12 and 3.13 support.
|
||||||
|
* Drop Python 3.6 and 3.7 support.
|
||||||
|
* Drop Pytest 5.x support.
|
||||||
|
* Fixed the pytest integration by switching from wrapping of the
|
||||||
|
test runner to the pytest plugin system.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 27 18:51:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Nov 27 18:51:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-flexmock
|
# spec file for package python-flexmock
|
||||||
#
|
#
|
||||||
# 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,14 +18,15 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-flexmock
|
Name: python-flexmock
|
||||||
Version: 0.11.3
|
Version: 0.12.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Testing library for creating mocks, stubs and fakes
|
Summary: Testing library for creating mocks, stubs and fakes
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://github.com/bkabrda/flexmock
|
URL: https://github.com/bkabrda/flexmock
|
||||||
Source: https://files.pythonhosted.org/packages/source/f/flexmock/flexmock-%{version}.tar.gz
|
Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module poetry-core}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -39,13 +40,13 @@ redundancies in the Ruby flexmock API, alters some defaults, and introduces
|
|||||||
a number of Python-only features.
|
a number of Python-only features.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n flexmock-%{version}
|
%autosetup -n flexmock-%{version}
|
||||||
|
|
||||||
%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
|
||||||
@@ -55,6 +56,6 @@ a number of Python-only features.
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md CHANGELOG.md
|
%doc README.md CHANGELOG.md
|
||||||
%{python_sitelib}/flexmock
|
%{python_sitelib}/flexmock
|
||||||
%{python_sitelib}/flexmock-%{version}-py*.egg-info
|
%{python_sitelib}/flexmock-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user