diff options
author | Tim Biermann <tbier@posteo.de> | 2020-11-02 14:39:42 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-11-02 14:39:42 +0000 |
commit | a1aeccd7f265fad370b4ccd794b15e07b483f68a (patch) | |
tree | c36119ef269bca0343450967b0a6c42473520911 /python3-toml | |
parent | d241dc839f2e3261b7deabc13f4e2fb7922c0f5c (diff) | |
download | contrib-a1aeccd7f265fad370b4ccd794b15e07b483f68a.tar.gz contrib-a1aeccd7f265fad370b4ccd794b15e07b483f68a.tar.xz |
python3-toml: 0.10.1 -> 0.10.2
Diffstat (limited to 'python3-toml')
-rw-r--r-- | python3-toml/.footprint | 10 | ||||
-rw-r--r-- | python3-toml/.signature | 8 | ||||
-rw-r--r-- | python3-toml/Pkgfile | 5 |
3 files changed, 12 insertions, 11 deletions
diff --git a/python3-toml/.footprint b/python3-toml/.footprint index c2a4b61f0..d24f2bc86 100644 --- a/python3-toml/.footprint +++ b/python3-toml/.footprint @@ -2,11 +2,11 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.7/ drwxr-xr-x root/root usr/lib/python3.7/site-packages/ -drwxr-xr-x root/root usr/lib/python3.7/site-packages/toml-0.10.1-py3.7.egg-info/ --rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.1-py3.7.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.1-py3.7.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.1-py3.7.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.1-py3.7.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/ +-rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.7/site-packages/toml/ -rw-r--r-- root/root usr/lib/python3.7/site-packages/toml/__init__.py drwxr-xr-x root/root usr/lib/python3.7/site-packages/toml/__pycache__/ diff --git a/python3-toml/.signature b/python3-toml/.signature index 75f3b5f65..1c96bf675 100644 --- a/python3-toml/.signature +++ b/python3-toml/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38uFw++zKeROpPu+kye+IHZynUW0aCaTmXzE31diaIT9b9UjdvPxZ+jHOSDeN/fQvfJJWvQXO/6i0t+SL/dNVAI= -SHA256 (Pkgfile) = eb8694f8e6d59531d30b69bfc328ed0712bc4ef82f4cd09a7989c999bab442f5 -SHA256 (.footprint) = d100abdedf53fa055f2634eac53f19b6004e59e41f48c30b71e41c2efe0464bf -SHA256 (python3-toml-0.10.1.tar.gz) = f03a628c5751328fdec6fa84656199f51dd6000b7ecc1fe490e3fbe89ebfd476 +RWSagIOpLGJF38vHmhAxGPKA/tOAjwUI65ROlt5rg3N1MDSMaj+O+mpknNNFzS6jJTIKDJhP56D6fB2tFxil7xh2VRTeti23yQE= +SHA256 (Pkgfile) = c4ea46e881f3beeab7694401108955d2252bf38d608234b215cf9d4bd13fd7df +SHA256 (.footprint) = 7af1f443c10a1d806af63b971b6f577745ce9d328ae9633f8f3af1358ddd8fbd +SHA256 (toml-0.10.2.tar.gz) = b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f diff --git a/python3-toml/Pkgfile b/python3-toml/Pkgfile index 980c1414f..122a71d99 100644 --- a/python3-toml/Pkgfile +++ b/python3-toml/Pkgfile @@ -4,9 +4,10 @@ # Depends on: python3-setuptools name=python3-toml -version=0.10.1 +version=0.10.2 release=1 -source=(https://github.com/uiri/toml/archive/$version/$name-$version.tar.gz) +#source=(https://github.com/uiri/toml/archive/$version/$name-$version.tar.gz) +source=(https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c/toml-$version.tar.gz) build() { cd toml-$version |