Accepting request 882033 from home:bnavigator:branches:devel:languages:python

- Update to version 4.0.0
  * Moved dependency_context and run to jaraco.apt.
- Drop no-jaraco-apt.patch
- Remove unnecessary test tool requirements

OBS-URL: https://build.opensuse.org/request/show/882033
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.context?expand=0&rev=4
This commit is contained in:
Dirk Mueller 2021-03-30 10:17:29 +00:00 committed by Git OBS Bridge
parent 9ff3159e4b
commit 65a7bcaee5
3 changed files with 17 additions and 15 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4cdf4a1a1ede942e926fb75951769972191966cef91c67131afbc163a69bf585
size 11257

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 29 19:30:53 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 4.0.0
* Moved dependency_context and run to jaraco.apt.
- Drop no-jaraco-apt.patch
- Remove unnecessary test tool requirements
-------------------------------------------------------------------
Tue Sep 15 06:54:39 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -19,22 +19,18 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jaraco.context
Version: 3.0.0
Version: 4.0.0
Release: 0
Summary: Tools to work with functools
License: MIT
URL: https://github.com/jaraco/jaraco.context
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.context/jaraco.context-%{version}.tar.gz
Patch0: no-jaraco-apt.patch
BuildRequires: %{python_module pytest-black}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-flake8}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module yg.lockfile}
BuildRequires: %{python_module toml}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-yg.lockfile
BuildArch: noarch
%python_subpackages
@ -51,14 +47,7 @@ Additional functools in the spirit of stdlibs functools.
%install
%python_install
%python_expand rm %{buildroot}%{$python_sitelib}/jaraco/__init__.py
%py3_compile %{buildroot}%{python3_sitelib}/jaraco/
%py3_compile -O %{buildroot}%{python3_sitelib}/jaraco/
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_expand rm -f %{buildroot}%{$python_sitelib}/jaraco/__pycache__/__init__*
%check
%pytest
@ -66,8 +55,10 @@ Additional functools in the spirit of stdlibs functools.
%files %{python_files}
%license LICENSE
%doc docs/*.rst README.rst CHANGES.rst
%{python_sitelib}/jaraco.context-%{version}-py*.egg-info
%{python_sitelib}/jaraco.context-%{version}*-info
%dir %{python_sitelib}/jaraco
%{python_sitelib}/jaraco/context.py*
%dir %{python_sitelib}/jaraco/__pycache__
%pycache_only %{python_sitelib}/jaraco/__pycache__/context*.py*
%changelog