Page MenuHomeSolus

0001-Update-to-0.1.2-enable-python3-support.patch

Authored By
BridouZ
Feb 26 2017, 9:12 AM
Size
5 KB
Referenced Files
None
Subscribers
None

0001-Update-to-0.1.2-enable-python3-support.patch

From 57d7117675508c210301c13f60b418c6f8aa50de Mon Sep 17 00:00:00 2001
From: Justin Bridouz <justin.berthault@zaclys.net>
Date: Sun, 26 Feb 2017 10:10:28 +0100
Subject: [PATCH] Update to 0.1.2, enable python3 support
---
package.yml | 10 ++++++----
pspec_x86_64.xml | 34 +++++++++++++++++++++++-----------
2 files changed, 29 insertions(+), 15 deletions(-)
diff --git a/package.yml b/package.yml
index 3904cba..9e5b8a9 100644
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : python-pathtools
-version : 0.1.0
-release : 1
+version : 0.1.2
+release : 2
source :
- - https://github.com/gorakhargosh/pathtools/archive/v0.1.0.tar.gz : ef1eb29bf4f15059d6ad100e16acc5de36d3f682b3e1b91e6ee8422085c7548b
+ - https://pypi.python.org/packages/source/p/pathtools/pathtools-0.1.2.tar.gz : 7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0
license : MIT
component : programming.python
summary : Path utilities for Python
@@ -11,6 +11,8 @@ description: |
builddeps :
- python-setuptools
build : |
- %python_setup
+ %python_setup
+ %python3_setup
install : |
%python_install
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
index 6a6f1c6..343810e 100644
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>python-pathtools</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
@@ -19,10 +19,10 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pathtools-0.1.0-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pathtools-0.1.0-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pathtools-0.1.0-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pathtools-0.1.0-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pathtools-0.1.2-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pathtools-0.1.2-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pathtools-0.1.2-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pathtools-0.1.2-py2.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pathtools/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pathtools/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pathtools/path.py</Path>
@@ -31,15 +31,27 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/pathtools/patterns.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pathtools/version.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pathtools/version.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pathtools-0.1.2-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pathtools-0.1.2-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pathtools-0.1.2-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pathtools-0.1.2-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pathtools/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pathtools/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pathtools/__pycache__/path.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pathtools/__pycache__/patterns.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pathtools/__pycache__/version.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pathtools/path.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pathtools/patterns.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pathtools/version.py</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2016-12-17</Date>
- <Version>0.1.0</Version>
+ <Update release="2">
+ <Date>2017-02-25</Date>
+ <Version>0.1.2</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
--
2.11.1

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
8596
Default Alt Text
0001-Update-to-0.1.2-enable-python3-support.patch (5 KB)

Event Timeline