14
0

- update to 5.4.0:

* Added cpython module with support for loading functions
    across moves.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.test?expand=0&rev=3
This commit is contained in:
2024-03-22 20:09:11 +00:00
committed by Git OBS Bridge
parent 98a5f4a0bc
commit 4792a861b2
4 changed files with 18 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f67fcc539538171823e5aa9f9d034e2e9512ce4f354d11bdfd84db72b461d40
size 8199

BIN
jaraco.test-5.4.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 22 20:08:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.4.0:
* Added cpython module with support for loading functions
across moves.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 5 06:49:57 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com> Fri May 5 06:49:57 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-jaraco.test # spec file for package python-jaraco.test
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 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
@@ -17,21 +17,23 @@
Name: python-jaraco.test Name: python-jaraco.test
Version: 5.3.0 Version: 5.4.0
Release: 0 Release: 0
Summary: Testing support by jaraco Summary: Testing support by jaraco
License: MIT License: MIT
URL: https://github.com/jaraco/jaraco.test URL: https://github.com/jaraco/jaraco.test
Source: https://files.pythonhosted.org/packages/source/j/jaraco.test/jaraco.test-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/j/jaraco.test/jaraco.test-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module jaraco.context} BuildRequires: %{python_module jaraco.context}
BuildRequires: %{python_module jaraco.collections}
BuildRequires: %{python_module jaraco.functools} BuildRequires: %{python_module jaraco.functools}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module testsuite}
# /SECTION # /SECTION
BuildRequires: fdupes BuildRequires: fdupes
Requires: python-jaraco.context Requires: python-jaraco.context
@@ -69,7 +71,7 @@ Testing support by jaraco
%pytest -v %pytest -v
%files %{python_files} %files %{python_files}
%doc CHANGES.rst README.rst %doc NEWS.rst README.rst
%license LICENSE %license LICENSE
%{python_sitelib}/jaraco/test %{python_sitelib}/jaraco/test
%{python_sitelib}/jaraco.test-%{version}*-info %{python_sitelib}/jaraco.test-%{version}*-info