Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11035123
D9973.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D9973.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : python-traitlets
-version : 4.3.3
-release : 5
+version : 5.0.5
+release : 6
source :
- - https://github.com/ipython/traitlets/archive/4.3.3.tar.gz : b686c1aadf6ee5a9ee4c22df23bc5cd5bb7b5cfa18afe092e0a139cc2f05fe2e
+ - https://github.com/ipython/traitlets/archive/5.0.5.tar.gz : dece08aa6205e9b494e134f93c2454d387f4677b50422565ec324aaf5ddf410d
homepage : https://github.com/ipython/traitlets
license : BSD-3-Clause
component : programming.python
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -20,7 +20,7 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python3.7/site-packages/traitlets-4.3.3-py3.7.egg-info</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/traitlets-5.0.5-py3.7.egg-info</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/__pycache__/_version.cpython-37.pyc</Path>
@@ -33,10 +33,12 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/config/__pycache__/configurable.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/config/__pycache__/loader.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/config/__pycache__/manager.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/config/__pycache__/sphinxdoc.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/config/application.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/config/configurable.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/config/loader.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/config/manager.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/config/sphinxdoc.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/config/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/config/tests/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/config/tests/__pycache__/test_application.cpython-37.pyc</Path>
@@ -60,28 +62,34 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/__pycache__/bunch.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/__pycache__/decorators.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/__pycache__/descriptions.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/__pycache__/getargspec.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/__pycache__/importstring.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/__pycache__/sentinel.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/bunch.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/decorators.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/descriptions.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/getargspec.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/importstring.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/sentinel.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/tests/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/tests/__pycache__/test_bunch.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/tests/__pycache__/test_decorators.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/tests/__pycache__/test_importstring.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/tests/test_bunch.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/tests/test_decorators.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/traitlets/utils/tests/test_importstring.py</Path>
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2020-07-21</Date>
- <Version>4.3.3</Version>
+ <Update release="6">
+ <Date>2020-11-10</Date>
+ <Version>5.0.5</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 5:34 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5788442
Default Alt Text
D9973.diff (5 KB)
Attached To
Mode
D9973: Update python-traitlets to 5.0.5
Attached
Detach File
Event Timeline
Log In to Comment