forked from pool/python-pytaglib
Accepting request 628451 from devel:languages:python
- Update to 1.4.3 * Fix accidental upload of the Windows version to PyPI. Hopefully fixes #42, #43. * Fix #31: Don't use precompiled taglib.cpp on Windows OBS-URL: https://build.opensuse.org/request/show/628451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytaglib?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c374ab6a236db4711f10e3afb40e68982918aa8ee8eee165dbeab7ed49589b50
|
||||
size 108574
|
3
pytaglib-1.4.3.tar.gz
Normal file
3
pytaglib-1.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44ab26dc4b33962b8db0bb8856e7b166539c0c555bc933a6bbbc96f4ec51c7a2
|
||||
size 112806
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 23:17:52 UTC 2018 - jsikes@suse.de
|
||||
|
||||
- Update to 1.4.3
|
||||
* Fix accidental upload of the Windows version to PyPI. Hopefully fixes #42, #43.
|
||||
* Fix #31: Don't use precompiled taglib.cpp on Windows
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 26 12:11:03 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytaglib
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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
|
||||
@@ -18,20 +18,21 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytaglib
|
||||
Version: 1.4.1
|
||||
Version: 1.4.3
|
||||
Release: 0
|
||||
Summary: Metadata "tagging" library based on TagLib
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Libraries/Python
|
||||
Url: https://github.com/supermihi/pytaglib
|
||||
URL: https://github.com/supermihi/pytaglib
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytaglib/pytaglib-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Cython}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtag-devel
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -40,10 +41,12 @@ It relies on the TagLib C++ library.
|
||||
|
||||
%prep
|
||||
%setup -q -n "pytaglib-%{version}"
|
||||
# Remove pre-generated source
|
||||
rm -vf src/taglib.cpp
|
||||
sed -i -e "1d" src/pyprinttags.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%python_build "--cython"
|
||||
|
||||
%install
|
||||
%python_install
|
||||
@@ -55,8 +58,8 @@ export LANG=en_US.UTF-8
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README.txt
|
||||
%license COPYING
|
||||
%doc README.txt
|
||||
%python3_only %{_bindir}/pyprinttags
|
||||
%pycache_only %{python_sitearch}/__pycache__
|
||||
%{python_sitearch}/pyprinttags.py*
|
||||
|
Reference in New Issue
Block a user