Hello community,

here is the log from the commit of package python-Pylons for openSUSE:Factory 
checked in at 2012-10-08 20:34:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Pylons (Old)
 and      /work/SRC/openSUSE:Factory/.python-Pylons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Pylons", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Pylons/python-Pylons.changes      
2012-02-01 11:54:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-Pylons.new/python-Pylons.changes 
2012-10-08 20:34:32.000000000 +0200
@@ -1,0 +2,14 @@
+Sat Oct  6 21:02:42 UTC 2012 - [email protected]
+
+- Update to 1.0.1:
+  * No changes since RC1.
+- A diff reveals some changes in the doc build files, but that's it.
+- Update version numbers on various dependencies to match those given in
+  setup.py.
+- Add dependency on python-MarkupSafe, python-Paste and python-PasteDeploy, as
+  indicated in setup.py.
+- Run test suite (the problem in Python-Beaker package causing test failures
+  is now fixed) and re-add build dependencies for tests.
+- Remove stray .gitignore file in %install. 
+
+-------------------------------------------------------------------

Old:
----
  Pylons-1.0.1rc1.tar.gz

New:
----
  Pylons-1.0.1.tar.gz

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

Other differences:
------------------
++++++ python-Pylons.spec ++++++
--- /var/tmp/diff_new_pack.uHEfC5/_old  2012-10-08 20:34:35.000000000 +0200
+++ /var/tmp/diff_new_pack.uHEfC5/_new  2012-10-08 20:34:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pylons
 #
-# 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
@@ -11,46 +11,57 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python-Pylons
-Version:        1.0.1rc1
+Version:        1.0.1
 Release:        0
-License:        BSD-3-Clause
 Summary:        Pylons Web Framework
-Url:            http://www.pylonshq.com/
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
+Url:            http://www.pylonshq.com/
 Source:         
http://pypi.python.org/packages/source/P/Pylons/Pylons-%{version}.tar.gz
+BuildRequires:  fdupes
+BuildRequires:  python-Beaker
+BuildRequires:  python-FormEncode
+BuildRequires:  python-Genshi
+BuildRequires:  python-Jinja2 >= 2.2.1
+BuildRequires:  python-Mako
+BuildRequires:  python-MarkupSafe
+BuildRequires:  python-Paste
+BuildRequires:  python-PasteDeploy
+BuildRequires:  python-PasteScript
+BuildRequires:  python-Routes
+BuildRequires:  python-Tempita
+BuildRequires:  python-WebError
+BuildRequires:  python-WebHelpers
+BuildRequires:  python-WebOb
+BuildRequires:  python-WebTest
+BuildRequires:  python-coverage >= 2.85
+BuildRequires:  python-decorator
 BuildRequires:  python-devel
-#BuildRequires:  python-FormEncode
-#BuildRequires:  python-Jinja2
-#BuildRequires:  python-PasteScript
-#BuildRequires:  python-coverage
-#BuildRequires:  python-decorator
 BuildRequires:  python-distribute
-#BuildRequires:  python-Genshi
-#BuildRequires:  python-Mako
-#BuildRequires:  python-nose
-#BuildRequires:  python-Tempita
-#BuildRequires:  python-WebError
-#BuildRequires:  python-WebHelpers
-#BuildRequires:  python-WebTest
-BuildRequires:  fdupes
-Requires:       python-FormEncode >= 1.2.1
-Requires:       python-PasteScript >= 1.7.3
-Requires:       python-Beaker >= 1.3
-Requires:       python-decorator >= 2.3.2
-Requires:       python-Mako >= 0.2.4
-Requires:       python-nose >= 0.10.4
-Requires:       python-Routes >= 1.12
-Requires:       python-simplejson >= 2.0.8
-Requires:       python-Tempita >= 0.2
-Requires:       python-WebError >= 0.10.1
+BuildRequires:  python-nose
+BuildRequires:  python-simplejson
+Requires:       python-Beaker >= 1.5.4
+Requires:       python-FormEncode >= 1.2.4
+Requires:       python-Mako >= 0.5.0
+Requires:       python-MarkupSafe >= 0.15
+Requires:       python-Paste >= 1.7.5.1
+Requires:       python-PasteDeploy >= 1.5.0
+Requires:       python-PasteScript >= 1.7.4.2
+Requires:       python-Routes >= 1.12.3
+Requires:       python-Tempita >= 0.5.1
+Requires:       python-WebError >= 0.10.3
 Requires:       python-WebHelpers >= 0.6.4
-Requires:       python-WebOb >= 0.9.6.1
-Requires:       python-WebTest >= 1.1
+Requires:       python-WebOb >= 1.1.1
+Requires:       python-WebTest >= 1.3.1
+Requires:       python-decorator >= 3.3.2
+Requires:       python-nose >= 1.1.2
+Requires:       python-simplejson >= 2.2.1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       python-pylons = %{version}
 Obsoletes:      python-pylons < %{version}
@@ -78,10 +89,11 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -rf %{buildroot}%{python_sitelib}/test_files # Remove junk
+rm %{buildroot}%{python_sitelib}/pylons/docs/en/.gitignore
 %fdupes %{buildroot}%{_prefix}
 
-#%%check
-#nosetests
+%check
+nosetests
 
 %files
 %defattr(-,root,root,-)

++++++ Pylons-1.0.1rc1.tar.gz -> Pylons-1.0.1.tar.gz ++++++
++++ 41179 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to