diff --git a/jaraco.context-4.0.0.tar.gz b/jaraco.context-4.0.0.tar.gz new file mode 100644 index 0000000..677d807 --- /dev/null +++ b/jaraco.context-4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdf4a1a1ede942e926fb75951769972191966cef91c67131afbc163a69bf585 +size 11257 diff --git a/python-jaraco.context.changes b/python-jaraco.context.changes index 3bb05c2..c3d3f30 100644 --- a/python-jaraco.context.changes +++ b/python-jaraco.context.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 29 19:30:53 UTC 2021 - Ben Greiner + +- 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 diff --git a/python-jaraco.context.spec b/python-jaraco.context.spec index c559ef5..f9d6e60 100644 --- a/python-jaraco.context.spec +++ b/python-jaraco.context.spec @@ -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 stdlib’s 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 stdlib’s 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