Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10722546
D4316.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
13 KB
Referenced Files
None
Subscribers
None
D4316.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,16 +1,21 @@
name : python-dogpile-cache
-version : 0.6.2
-release : 1
+version : 0.6.7
+release : 2
source :
- - https://pypi.python.org/packages/9d/a9/ba70aadc6170841a1c6145e9039d4b1c2a4ef8c44cd0ca9b09ab79be9120/dogpile.cache-0.6.2.tar.gz : 73793471af07af6dc5b3ee015abfaca4220caaa34c615537f5ab007ed150726d
+ - https://files.pythonhosted.org/packages/source/d/dogpile.cache/dogpile.cache-0.6.7.tar.gz : fca7deb7c276b879b01c15c5d39b3c05701dc43b263ec3fef1e52cb851cf88ab
license : BSD-3-Clause
component : programming.python
summary : A caching front-end based on the Dogpile lock.
description: |
A caching front-end based on the Dogpile lock.
builddeps :
- - python-setuptools
+ - mako
+ - python-markupsafe
+ - python-mock
+ - python-pytest-cov
build : |
- %python_setup
+ %python3_setup
install : |
- %python_install
+ %python3_install
+check : |
+ %python3_test py.test3
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>python-dogpile-cache</Name>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>programming.python</PartOf>
@@ -19,65 +19,65 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile.cache-0.6.2-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile.cache-0.6.2-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile.cache-0.6.2-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile.cache-0.6.2-py2.7.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile.cache-0.6.2-py2.7.egg-info/not-zip-safe</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile.cache-0.6.2-py2.7.egg-info/top_level.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/api.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/api.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/backends/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/backends/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/backends/file.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/backends/file.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/backends/memcached.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/backends/memcached.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/backends/memory.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/backends/memory.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/backends/null.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/backends/null.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/backends/redis.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/backends/redis.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/exception.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/exception.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/plugins/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/plugins/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/plugins/mako_cache.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/plugins/mako_cache.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/proxy.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/proxy.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/region.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/region.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/util.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/cache/util.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/core.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/core.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/lock.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/lock.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/util/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/util/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/util/compat.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/util/compat.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/util/langhelpers.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/util/langhelpers.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/util/nameregistry.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/util/nameregistry.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/util/readwrite_lock.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/dogpile/util/readwrite_lock.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile.cache-0.6.7-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile.cache-0.6.7-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile.cache-0.6.7-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile.cache-0.6.7-py3.6.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile.cache-0.6.7-py3.6.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile.cache-0.6.7-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/__pycache__/core.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/__pycache__/lock.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/api.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/exception.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/proxy.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/region.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/__pycache__/util.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/api.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/backends/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/file.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/memcached.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/memory.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/null.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/backends/__pycache__/redis.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/backends/file.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/backends/memcached.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/backends/memory.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/backends/null.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/backends/redis.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/exception.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/plugins/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/plugins/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/plugins/__pycache__/mako_cache.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/plugins/mako_cache.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/proxy.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/region.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/cache/util.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/core.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/lock.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/util/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/util/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/util/__pycache__/compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/util/__pycache__/langhelpers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/util/__pycache__/nameregistry.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/util/__pycache__/readwrite_lock.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/util/compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/util/langhelpers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/util/nameregistry.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/dogpile/util/readwrite_lock.py</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2016-10-22</Date>
- <Version>0.6.2</Version>
+ <Update release="2">
+ <Date>2018-11-10</Date>
+ <Version>0.6.7</Version>
<Comment>Packaging update</Comment>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
May 7 2023, 9:02 PM (13 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5810255
Default Alt Text
D4316.diff (13 KB)
Attached To
Mode
D4316: Update python-dogpile-cache to 0.6.7 & switch to python3
Attached
Detach File
Event Timeline
Log In to Comment