Hello community, here is the log from the commit of package python3-Trolly for openSUSE:Factory checked in at 2015-01-29 09:56:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-Trolly (Old) and /work/SRC/openSUSE:Factory/.python3-Trolly.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-Trolly" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-Trolly/python3-Trolly.changes 2014-07-08 13:01:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-Trolly.new/python3-Trolly.changes 2015-01-29 09:56:09.000000000 +0100 @@ -1,0 +2,37 @@ +Sun Jan 25 02:34:25 UTC 2015 - [email protected] + +- specfile: + * dropped two patches + * updated copyright year + * formated description + * no more license file in .zip, dropped it from %doc + * moved from tar.gz to zip (pypi only has a zip version of 0.2.1) + +- dropped 0001-Fix-JSON-decoding-under-Python-3.x.patch: fixed upstream +- dropped python3-porting.diff: fixed upstream + +- update to version 0.2.1: + * Updated decode to decode to utf-8, will help with special characters. + * manifest update + +- changes from version 0.2: + * updated version and distultils updated the manifest + * added ignore file and removed pycharm rubbish + * fixed test and issue with not passing kwargs in trello object + * updated parameters + * updated method names and parameters + * updated parameters and fixed some more pep8 + * removed some whitespace + * updated authorise method name + * updated organisation method names + * some more pep8 changes + * changed formatting to pep8 and deprecated some method names in core classes + * just some formatting + * more python3 (keep unicode rather than converting to bytes) + * Fix remaining Python-3 issues + * fix setup.py install_requires so it actually declares the dependency + * Fix JSON decoding under Python 3.x + * Varios Python 3.x compat fixes + * Some minor edits to setup file + +------------------------------------------------------------------- Old: ---- 0001-Fix-JSON-decoding-under-Python-3.x.patch Trolly-0.1.2.tar.gz python3-porting.diff New: ---- Trolly-0.2.1.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-Trolly.spec ++++++ --- /var/tmp/diff_new_pack.w9uWtc/_old 2015-01-29 09:56:10.000000000 +0100 +++ /var/tmp/diff_new_pack.w9uWtc/_new 2015-01-29 09:56:10.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package python-Trolly +# spec file for package python3-Trolly # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,31 +17,31 @@ Name: python3-Trolly -Version: 0.1.2 +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 -Patch0: python3-porting.diff -Patch1: 0001-Fix-JSON-decoding-under-Python-3.x.patch +Source: http://pypi.python.org/packages/source/T/Trolly/Trolly-%{version}.zip BuildRequires: python3-devel +BuildRequires: unzip Requires: python3-httplib2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description -A Python wrapper around the Trello API. Provides a group of Python classes to represent Trello Objects. None of the -classes cache values as they are designed to be inherited and extended to suit the needs of each user. Each class -includes a basic set of methods based on general use cases. This library was based on work done by -[sarumont](https://github.com/sarumont/py-trello). Very little was kept from this code, but still props on the initial -work. + +A Python wrapper around the Trello API. Provides a group of Python +classes to represent Trello Objects. None of the classes cache values +as they are designed to be inherited and extended to suit the needs of +each user. Each class includes a basic set of methods based on general +use cases. This library was based on work done by +[sarumont](https://github.com/sarumont/py-trello). Very little was +kept from this code, but still props on the initial work. %prep %setup -q -n Trolly-%{version} -%patch0 -p1 -%patch1 -p1 %build python3 setup.py build @@ -55,7 +55,6 @@ %files %defattr(-,root,root,-) -%doc LICENCE.txt %{python3_sitelib}/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
