From c5924e4340efdb4c1c75157c3f46fba9b309b6354135c4f0b0c9dced69e54950 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 9 Sep 2013 06:51:46 +0000 Subject: [PATCH] Accepting request 197939 from home:poorboywilly:branches:devel:languages:python Update to 2.38 OBS-URL: https://build.opensuse.org/request/show/197939 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distutils-extra?expand=0&rev=32 --- python-distutils-extra-2.37.tar.gz | 3 --- python-distutils-extra-2.38.tar.gz | 3 +++ python-distutils-extra.changes | 6 ++++++ python-distutils-extra.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 python-distutils-extra-2.37.tar.gz create mode 100644 python-distutils-extra-2.38.tar.gz diff --git a/python-distutils-extra-2.37.tar.gz b/python-distutils-extra-2.37.tar.gz deleted file mode 100644 index 49286f9..0000000 --- a/python-distutils-extra-2.37.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c9539badfdc7e0ebb463ee66b9c09d48a08ca121c84ec7316b1fbb799a72878 -size 27518 diff --git a/python-distutils-extra-2.38.tar.gz b/python-distutils-extra-2.38.tar.gz new file mode 100644 index 0000000..91bf73c --- /dev/null +++ b/python-distutils-extra-2.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d100d5d3492f40b3e7a6a4500f71290bfa91e2c50dc31ba8e3ff9b5d82ca153 +size 27748 diff --git a/python-distutils-extra.changes b/python-distutils-extra.changes index 7a0335c..fd855c9 100644 --- a/python-distutils-extra.changes +++ b/python-distutils-extra.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 8 20:45:19 UTC 2013 - os-dev@jacraig.com + +- Update to 2.38: + * Use yelp-tools style help installation. + ------------------------------------------------------------------- Sat Sep 29 19:48:14 UTC 2012 - os-dev@jacraig.com diff --git a/python-distutils-extra.spec b/python-distutils-extra.spec index ab9d60e..dfe9b5a 100644 --- a/python-distutils-extra.spec +++ b/python-distutils-extra.spec @@ -17,7 +17,7 @@ Name: python-distutils-extra -Version: 2.37 +Version: 2.38 Release: 0 Summary: Distutils/Setuptools Adapter License: GPL-2.0 @@ -25,7 +25,7 @@ Group: Development/Libraries/Python Url: https://launchpad.net/python-distutils-extra Source: http://launchpad.net/python-distutils-extra/trunk/%{version}/+download/python-distutils-extra-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}