Accepting request 882148 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/882148 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.context?expand=0&rev=2
This commit is contained in:
commit
3817318cf7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b7ddaf9bbed03bf5d1f77365bd4b7265c1bc9f52e58a4442cbd1e3a3827f8a9
|
||||
size 12901
|
3
jaraco.context-4.0.0.tar.gz
Normal file
3
jaraco.context-4.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cdf4a1a1ede942e926fb75951769972191966cef91c67131afbc163a69bf585
|
||||
size 11257
|
@ -1,38 +0,0 @@
|
||||
Index: jaraco.context-3.0.0/setup.cfg
|
||||
===================================================================
|
||||
--- jaraco.context-3.0.0.orig/setup.cfg
|
||||
+++ jaraco.context-3.0.0/setup.cfg
|
||||
@@ -20,7 +20,6 @@ packages = find:
|
||||
include_package_data = true
|
||||
python_requires = >=3.6
|
||||
install_requires =
|
||||
- jaraco.apt
|
||||
yg.lockfile
|
||||
contextlib2; python_version=="2.7"
|
||||
setup_requires = setuptools_scm >= 1.15.0
|
||||
Index: jaraco.context-3.0.0/jaraco/context.py
|
||||
===================================================================
|
||||
--- jaraco.context-3.0.0.orig/jaraco/context.py
|
||||
+++ jaraco.context-3.0.0/jaraco/context.py
|
||||
@@ -13,7 +13,7 @@ try:
|
||||
except Exception:
|
||||
import contextlib as contextlib2
|
||||
|
||||
-import jaraco.apt
|
||||
+# import jaraco.apt
|
||||
import yg.lockfile
|
||||
|
||||
|
||||
@@ -144,9 +144,9 @@ def dependency_context(package_names, ag
|
||||
stderr=subprocess.STDOUT,
|
||||
)
|
||||
log.debug('Aptitude output:\n%s', output)
|
||||
- installed_packages = jaraco.apt.parse_new_packages(
|
||||
- output, include_automatic=aggressively_remove
|
||||
- )
|
||||
+ # installed_packages = jaraco.apt.parse_new_packages(
|
||||
+ # output, include_automatic=aggressively_remove
|
||||
+ # )
|
||||
if not installed_packages:
|
||||
lock.release()
|
||||
log.info('Installed ' + ', '.join(installed_packages))
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user