From 089ecc46a8fe686f60a51bea85aa6c0f3d80ba05c3c355876b6034e177f7c43e Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 29 Apr 2013 13:19:13 +0000 Subject: [PATCH] - Update to version 0.4.3: + Generate SPDX-style licenses + Find documentation files from local tarball + Detect C extensions from local tarball OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=36 --- py2pack-0.4.1.1.tar.gz | 3 --- py2pack-0.4.3.2.tar.gz | 3 +++ python-py2pack.changes | 8 ++++++++ python-py2pack.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 py2pack-0.4.1.1.tar.gz create mode 100644 py2pack-0.4.3.2.tar.gz diff --git a/py2pack-0.4.1.1.tar.gz b/py2pack-0.4.1.1.tar.gz deleted file mode 100644 index 8c36329..0000000 --- a/py2pack-0.4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af3c550702fa5699a412412b466fb8004205187151e44638a97dc63b60fa180d -size 16127 diff --git a/py2pack-0.4.3.2.tar.gz b/py2pack-0.4.3.2.tar.gz new file mode 100644 index 0000000..a6cd187 --- /dev/null +++ b/py2pack-0.4.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117ec1542552ac4df82fd649ae940bf77700d1fd957c233da9e1cf70ecb729f0 +size 25101 diff --git a/python-py2pack.changes b/python-py2pack.changes index 136fede..90d5b1e 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 29 13:09:04 UTC 2013 - speilicke@suse.com + +- Update to version 0.4.3: + + Generate SPDX-style licenses + + Find documentation files from local tarball + + Detect C extensions from local tarball + ------------------------------------------------------------------- Fri Apr 13 12:13:49 UTC 2012 - saschpe@suse.de diff --git a/python-py2pack.spec b/python-py2pack.spec index 608fb18..9f474cd 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -16,7 +16,7 @@ # Name: python-py2pack -Version: 0.4.1.1 +Version: 0.4.3.2 Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI