Hello community,

here is the log from the commit of package python3-pylast for openSUSE:Factory 
checked in at 2015-01-26 16:47:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pylast (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pylast.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pylast"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pylast/python3-pylast.changes    
2014-08-11 10:07:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pylast.new/python3-pylast.changes       
2015-01-26 16:47:03.000000000 +0100
@@ -1,0 +2,55 @@
+Sun Jan 25 01:27:00 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * removed modname variable
+  * updated source to point to pypi
+  * require setuptools
+  * no more README in tar-ball, removed it from %files section
+  * update %files section
+
+- update to version 1.1.0:
+  * Fix pytest.py link
+  * Update testing instructions [CI skip]
+  * Remove unused .build file
+  * fix grep filter for clonedigger.
+  * remove dir-locals. make clonedigger always exit 0
+  * fix base object hasing. Closes  #120 .
+  * Version bump, fix setup.py, which was previously broken because excludes 
was not a tuple, so each character wa
+  * Fix UnicodeDecodeError from #114. Replace definitions of _unicode and 
_string. Add six as a dependeny. Fix clo
+  * Skip if PYLAST_USERNAME etc. env vars missing
+  * Revert "Add failing test for #114" (This revert should be reverted later 
as the test from this commit should b
+  * Remove duplicate line, Make test_pylast.py runnable as main again.
+  * add credentials for IvanMalison/pylast.
+  * Add failing test for #114
+  * add posargs to tox tests.
+  * Get rid of --doctest-modules in py.test command.
+  * Consolidate travis environments. separate matrix and global environment 
variables.
+  * Add tox to travis installation.
+  * tox/travis stuff. making testing more uniform.
+  * Don't encode strings as 'utf-8' twice in _get_cache_key. Closes #109.
+  * Make pylast a package. Move tests into a directory. Start using pytest and 
tox. Use setuptools instead of dist
+  * Remove unused import
+  * Don't use .build file for minor version because we define the full version 
in pylast.py as well
+  * Fix word in SessionKeyGenerator comment.
+  * Fix params
+  * Remove asserts which can fail
+  * Landscape.io fixes
+  * Add pypy3; track coverage in Scrutinizer
+  * Use Docker
+  * Update pylast.py
+  * Make test more robust
+  * Badges! [CI skip]
+  * Add from/to parameters to get_recent_tracks()
+  * Fix chart tests that failed due to date ranges (take 2)
+  * Fix chart tests that failed due to date ranges
+  * Last.fm returns no results for artist.getsimilar with limit=1, but limit=2 
returns 2
+  * Fix comparison with None for artist, album and event, with test. For #97.
+  * Add artist.get_band_members() with tests
+  * Add PyPI version badge
+  * Add badge for number of PyPI downloads
+  * syntax highlighting in readme
+  * Fix opus comparison with None
+  * Update install instructions now 1.0.0 is on PyPI
+
+-------------------------------------------------------------------

Old:
----
  pylast-1.0.0.tar.gz

New:
----
  pylast-1.1.0.tar.gz

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

Other differences:
------------------
++++++ python3-pylast.spec ++++++
--- /var/tmp/diff_new_pack.zBLoRA/_old  2015-01-26 16:47:04.000000000 +0100
+++ /var/tmp/diff_new_pack.zBLoRA/_new  2015-01-26 16:47:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pylast
 #
-# Copyright (c) 2014 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
@@ -16,19 +16,17 @@
 #
 
 
-%define         modname pylast
-
-Name:           python3-%{modname}
-Version:        1.0.0
+Name:           python3-pylast
+Version:        1.1.0
 Release:        0
 Summary:        A python3 interface to Last.fm
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            https://github.com/pylast/pylast
-Source0:        pylast-1.0.0.tar.gz
-#Source0 via https://codeload.github.com/pylast/pylast/tar.gz/1.0.0
+Source0:        
https://pypi.python.org/packages/source/p/pylast/pylast-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -47,7 +45,7 @@
 - Python3-friendly (Starting from 0.5).
 
 %prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n pylast-%{version}
 
 %build
 python3 setup.py build
@@ -58,9 +56,9 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING README.md
-%{python3_sitelib}/__pycache__
-%{python3_sitelib}/%{modname}.*
-%{python3_sitelib}/%{modname}-%{version}-py%{py3_ver}.egg-info
+%doc COPYING
+%dir %{python3_sitelib}/pylast
+%{python3_sitelib}/pylast/*
+%{python3_sitelib}/pylast-%{version}-py%{py3_ver}.egg-info
 
 %changelog

++++++ pylast-1.0.0.tar.gz -> pylast-1.1.0.tar.gz ++++++
++++ 11107 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to