Hello community, here is the log from the commit of package python-Trolly for openSUSE:Factory checked in at 2015-05-18 22:35:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Trolly (Old) and /work/SRC/openSUSE:Factory/.python-Trolly.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Trolly" Changes: -------- --- /work/SRC/openSUSE:Factory/python-Trolly/python-Trolly.changes 2013-07-02 14:30:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-Trolly.new/python-Trolly.changes 2015-05-18 22:35:22.000000000 +0200 @@ -1,0 +2,14 @@ +Thu May 14 11:24:57 UTC 2015 - [email protected] + +- update to version 0.2.1: + * Trolly has recently been updated to start the deprecation of + non-pythonic conventions and improve PEP8 compliance. All the + old pascal cased methods are now deprecated, they have been + left in and point to the new method names. There are no + breaking changes in this release but it is recommended you + change your code to use the pythonic naming conventions. +- get the zip archive from pypi (tar.gz not available) +- add unzip as BuildRequires +- remove LICENCE.txt README.md: not provided anymore + +------------------------------------------------------------------- Old: ---- Trolly-0.1.1.tar.gz New: ---- Trolly-0.2.1.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Trolly.spec ++++++ --- /var/tmp/diff_new_pack.pKUeo7/_old 2015-05-18 22:35:22.000000000 +0200 +++ /var/tmp/diff_new_pack.pKUeo7/_new 2015-05-18 22:35:22.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Trolly # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,14 +17,15 @@ Name: python-Trolly -Version: 0.1.1 +Version: 0.2.1 Release: 0 Summary: Trello api License: MIT Group: Development/Languages/Python Url: https://github.com/plish/Trolly -Source: http://pypi.python.org/packages/source/T/Trolly/Trolly-%{version}.tar.gz +Source: http://pypi.python.org/packages/source/T/Trolly/Trolly-%{version}.zip BuildRequires: python-devel +BuildRequires: unzip ## Test requirements: #BuildRequires: python-nose #BuildRequires: python-httplib2 @@ -57,7 +58,6 @@ %files %defattr(-,root,root,-) -%doc LICENCE.txt README.md %{python_sitelib}/* %changelog
