Accepting request 307808 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/307808 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-transaction?expand=0&rev=19
This commit is contained in:
commit
45c9e8faa0
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 14 09:56:45 UTC 2015 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
- update to version 1.4.3:
|
||||||
|
* Added support for Python 3.4.
|
||||||
|
* release 1.4.2 (skipped)
|
||||||
|
- switch the source archive to tar.gz
|
||||||
|
- pass -q to the test to avoid spamming the build log
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 2 18:27:32 UTC 2013 - hpj@urpla.net
|
Fri Aug 2 18:27:32 UTC 2013 - hpj@urpla.net
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-transaction
|
# spec file for package python-transaction
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-transaction
|
Name: python-transaction
|
||||||
Version: 1.4.1
|
Version: 1.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Transaction management for Python
|
Summary: Transaction management for Python
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Url: http://www.zope.org/Products/ZODB
|
Url: http://www.zope.org/Products/ZODB
|
||||||
Source: https://pypi.python.org/packages/source/t/transaction/transaction-%{version}.zip
|
Source: https://pypi.python.org/packages/source/t/transaction/transaction-%{version}.tar.gz
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: python-zope.interface
|
BuildRequires: python-zope.interface
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
@ -67,7 +67,7 @@ python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
|||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
python setup.py test
|
python setup.py -q test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:252d51aa0540a7af4097ff2e1829495e4744563f4b82dd054307eb40734b29de
|
|
||||||
size 77817
|
|
3
transaction-1.4.3.tar.gz
Normal file
3
transaction-1.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b2304a886a85ad014f73d93346c14350fc214ae22a4f565f42f6761cfb9ecc5
|
||||||
|
size 332882
|
Loading…
x
Reference in New Issue
Block a user