Mailinglist Archive: opensuse-commit (1737 mails)

< Previous Next >
commit python-virtualenv for openSUSE:Factory
Hello community,

here is the log from the commit of package python-virtualenv for
openSUSE:Factory checked in at 2012-02-24 06:54:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
and /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-virtualenv", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes
2012-02-14 19:06:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes
2012-02-24 06:54:07.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Feb 17 11:55:11 UTC 2012 - alexandre@xxxxxxxxxxxxxx
+
+- Update to 1.7.1.2:
+ * Fixed minor issue in --relocatable. Thanks, Cap Petschulat.
+- Aditional changes from 1.7.1.1:
+ * Bumped the version string in virtualenv.py up, too.
+ * Fixed rST rendering bug of long description.
+
+-------------------------------------------------------------------

Old:
----
virtualenv-1.7.tar.bz2

New:
----
virtualenv-1.7.1.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-virtualenv.spec ++++++
--- /var/tmp/diff_new_pack.vkmxAO/_old 2012-02-24 06:54:09.000000000 +0100
+++ /var/tmp/diff_new_pack.vkmxAO/_new 2012-02-24 06:54:09.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-virtualenv
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,12 @@
#


+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name: python-virtualenv
-Version: 1.7
-Release: 1
+Version: 1.7.1.2
+Release: 0
Url: http://www.virtualenv.org/
Summary: Virtual Python Environment builder
License: MIT
@@ -35,7 +37,6 @@
BuildArch: noarch
%endif
%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
virtualenv is a tool to create isolated Python environments.
@@ -70,9 +71,6 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

-%clean
-rm -rf %{buildroot}
-
%files
%defattr(-,root,root,-)
%doc AUTHORS.txt LICENSE.txt docs

++++++ virtualenv-1.7.tar.bz2 -> virtualenv-1.7.1.2.tar.bz2 ++++++
++++ 4835 lines of diff (skipped)

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread