forked from pool/python-setuptools
Accepting request 357124 from home:TheBlackCat:branches:devel:languages:python
update to version 19.6.2 OBS-URL: https://build.opensuse.org/request/show/357124 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=91
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-setuptools
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-setuptools
|
||||
Version: 18.4
|
||||
Version: 19.6.2
|
||||
Release: 0
|
||||
Url: http://pypi.python.org/pypi/setuptools
|
||||
Summary: Easily download, build, install, upgrade, and uninstall Python packages
|
||||
@@ -32,13 +32,10 @@ Patch3: fix-sle11-test-failure.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-xml
|
||||
# for tests
|
||||
#BuildRequires: python-mock
|
||||
#BuildRequires: python-pytest
|
||||
#BuildRequires: python-pytest-runner
|
||||
# needed for SLE
|
||||
Requires: python
|
||||
Requires: python-xml
|
||||
Requires: python-six
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
# NOTE(saschpe): Distribute was merged into 0.7.x, so even though distribute
|
||||
@@ -75,8 +72,8 @@ mkdir -p %{buildroot}%{_sysconfdir}/alternatives
|
||||
touch %{buildroot}%{_sysconfdir}/alternatives/easy_install
|
||||
ln -sf %{_sysconfdir}/alternatives/easy_install %{buildroot}/%{_bindir}/easy_install
|
||||
|
||||
%check
|
||||
# Can not run testsuite as this introduces build cycle
|
||||
#%check
|
||||
#export LANG="en_US.UTF-8"
|
||||
#python setup.py ptr --addopts='-rxs'
|
||||
|
||||
@@ -99,6 +96,7 @@ fi
|
||||
%{python_sitelib}/setuptools
|
||||
%{python_sitelib}/setuptools-%{version}-py%{py_ver}.egg-info
|
||||
%{python_sitelib}/easy_install.py*
|
||||
%{python_sitelib}/pkg_resources
|
||||
%dir %{python_sitelib}/pkg_resources
|
||||
%{python_sitelib}/pkg_resources/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user