Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rpm build #196

Merged
merged 1 commit into from
Oct 24, 2016
Merged

Fix rpm build #196

merged 1 commit into from
Oct 24, 2016

Conversation

kepkin
Copy link
Contributor

@kepkin kepkin commented Feb 3, 2016

python3 setup.py bdist_rpm failed because of non asci symbol.

```python3 setup.py bdist_rpm ``` failed because of non asci symbol.
@mark-adams
Copy link
Contributor

@jpadilla Since it's your name, how do you feel about this?

@jpadilla
Copy link
Owner

Looks good to me, restarted that failed build just in case.

@mark-adams
Copy link
Contributor

@kepkin Is this still an issue? I just ran python setup.py bdist_rpm and it worked fine. Are you sure you were using python3?

running bdist_rpm
running egg_info
writing PyJWT.egg-info/PKG-INFO
writing dependency_links to PyJWT.egg-info/dependency_links.txt
writing requirements to PyJWT.egg-info/requires.txt
writing entry points to PyJWT.egg-info/entry_points.txt
writing top-level names to PyJWT.egg-info/top_level.txt
reading manifest file 'PyJWT.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'PyJWT.egg-info/SOURCES.txt'
writing 'build/bdist.linux-x86_64/rpm/SPECS/PyJWT.spec'
running sdist
running check
creating PyJWT-1.4.1
creating PyJWT-1.4.1/PyJWT.egg-info
creating PyJWT-1.4.1/jwt
creating PyJWT-1.4.1/jwt/contrib
creating PyJWT-1.4.1/jwt/contrib/algorithms
creating PyJWT-1.4.1/tests
creating PyJWT-1.4.1/tests/__pycache__
creating PyJWT-1.4.1/tests/contrib
creating PyJWT-1.4.1/tests/contrib/__pycache__
creating PyJWT-1.4.1/tests/keys
creating PyJWT-1.4.1/tests/keys/__pycache__
making hard links in PyJWT-1.4.1...
hard linking AUTHORS -> PyJWT-1.4.1
hard linking CHANGELOG.md -> PyJWT-1.4.1
hard linking LICENSE -> PyJWT-1.4.1
hard linking MANIFEST.in -> PyJWT-1.4.1
hard linking README.md -> PyJWT-1.4.1
hard linking setup.cfg -> PyJWT-1.4.1
hard linking setup.py -> PyJWT-1.4.1
hard linking tox.ini -> PyJWT-1.4.1
hard linking PyJWT.egg-info/PKG-INFO -> PyJWT-1.4.1/PyJWT.egg-info
hard linking PyJWT.egg-info/SOURCES.txt -> PyJWT-1.4.1/PyJWT.egg-info
hard linking PyJWT.egg-info/dependency_links.txt -> PyJWT-1.4.1/PyJWT.egg-info
hard linking PyJWT.egg-info/entry_points.txt -> PyJWT-1.4.1/PyJWT.egg-info
hard linking PyJWT.egg-info/requires.txt -> PyJWT-1.4.1/PyJWT.egg-info
hard linking PyJWT.egg-info/top_level.txt -> PyJWT-1.4.1/PyJWT.egg-info
hard linking jwt/__init__.py -> PyJWT-1.4.1/jwt
hard linking jwt/__main__.py -> PyJWT-1.4.1/jwt
hard linking jwt/algorithms.py -> PyJWT-1.4.1/jwt
hard linking jwt/api_jws.py -> PyJWT-1.4.1/jwt
hard linking jwt/api_jwt.py -> PyJWT-1.4.1/jwt
hard linking jwt/compat.py -> PyJWT-1.4.1/jwt
hard linking jwt/exceptions.py -> PyJWT-1.4.1/jwt
hard linking jwt/utils.py -> PyJWT-1.4.1/jwt
hard linking jwt/contrib/__init__.py -> PyJWT-1.4.1/jwt/contrib
hard linking jwt/contrib/algorithms/__init__.py -> PyJWT-1.4.1/jwt/contrib/algorithms
hard linking jwt/contrib/algorithms/py_ecdsa.py -> PyJWT-1.4.1/jwt/contrib/algorithms
hard linking jwt/contrib/algorithms/pycrypto.py -> PyJWT-1.4.1/jwt/contrib/algorithms
hard linking tests/__init__.py -> PyJWT-1.4.1/tests
hard linking tests/__init__.pyc -> PyJWT-1.4.1/tests
hard linking tests/compat.py -> PyJWT-1.4.1/tests
hard linking tests/compat.pyc -> PyJWT-1.4.1/tests
hard linking tests/test_algorithms.py -> PyJWT-1.4.1/tests
hard linking tests/test_api_jws.py -> PyJWT-1.4.1/tests
hard linking tests/test_api_jwt.py -> PyJWT-1.4.1/tests
hard linking tests/test_compat.py -> PyJWT-1.4.1/tests
hard linking tests/test_exceptions.py -> PyJWT-1.4.1/tests
hard linking tests/test_jwk.py -> PyJWT-1.4.1/tests
hard linking tests/test_jwt.py -> PyJWT-1.4.1/tests
hard linking tests/test_utils.py -> PyJWT-1.4.1/tests
hard linking tests/utils.py -> PyJWT-1.4.1/tests
hard linking tests/utils.pyc -> PyJWT-1.4.1/tests
hard linking tests/__pycache__/__init__.cpython-34.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/__init__.cpython-35.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/compat.cpython-34.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/compat.cpython-35.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_algorithms.cpython-27-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_algorithms.cpython-34-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_algorithms.cpython-35-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_api_jws.cpython-27-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_api_jws.cpython-34-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_api_jws.cpython-35-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_api_jwt.cpython-27-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_api_jwt.cpython-34-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_api_jwt.cpython-35-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_compat.cpython-27-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_compat.cpython-34-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_compat.cpython-35-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_exceptions.cpython-27-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_exceptions.cpython-34-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_exceptions.cpython-35-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_jwk.cpython-27-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_jwk.cpython-34-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_jwk.cpython-35-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_jwt.cpython-27-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_jwt.cpython-34-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_jwt.cpython-35-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_utils.cpython-27-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_utils.cpython-34-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/test_utils.cpython-35-PYTEST.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/utils.cpython-34.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/__pycache__/utils.cpython-35.pyc -> PyJWT-1.4.1/tests/__pycache__
hard linking tests/contrib/__init__.py -> PyJWT-1.4.1/tests/contrib
hard linking tests/contrib/__init__.pyc -> PyJWT-1.4.1/tests/contrib
hard linking tests/contrib/test_algorithms.py -> PyJWT-1.4.1/tests/contrib
hard linking tests/contrib/__pycache__/__init__.cpython-34.pyc -> PyJWT-1.4.1/tests/contrib/__pycache__
hard linking tests/contrib/__pycache__/__init__.cpython-35.pyc -> PyJWT-1.4.1/tests/contrib/__pycache__
hard linking tests/contrib/__pycache__/test_algorithms.cpython-27-PYTEST.pyc -> PyJWT-1.4.1/tests/contrib/__pycache__
hard linking tests/contrib/__pycache__/test_algorithms.cpython-34-PYTEST.pyc -> PyJWT-1.4.1/tests/contrib/__pycache__
hard linking tests/contrib/__pycache__/test_algorithms.cpython-35-PYTEST.pyc -> PyJWT-1.4.1/tests/contrib/__pycache__
hard linking tests/keys/__init__.py -> PyJWT-1.4.1/tests/keys
hard linking tests/keys/__init__.pyc -> PyJWT-1.4.1/tests/keys
hard linking tests/keys/jwk_ec_key.json -> PyJWT-1.4.1/tests/keys
hard linking tests/keys/jwk_ec_pub.json -> PyJWT-1.4.1/tests/keys
hard linking tests/keys/jwk_hmac.json -> PyJWT-1.4.1/tests/keys
hard linking tests/keys/jwk_rsa_key.json -> PyJWT-1.4.1/tests/keys
hard linking tests/keys/jwk_rsa_pub.json -> PyJWT-1.4.1/tests/keys
hard linking tests/keys/testkey2_rsa.pub.pem -> PyJWT-1.4.1/tests/keys
hard linking tests/keys/testkey_ec -> PyJWT-1.4.1/tests/keys
hard linking tests/keys/testkey_ec.pub -> PyJWT-1.4.1/tests/keys
hard linking tests/keys/testkey_rsa -> PyJWT-1.4.1/tests/keys
hard linking tests/keys/testkey_rsa.cer -> PyJWT-1.4.1/tests/keys
hard linking tests/keys/testkey_rsa.pub -> PyJWT-1.4.1/tests/keys
hard linking tests/keys/__pycache__/__init__.cpython-34.pyc -> PyJWT-1.4.1/tests/keys/__pycache__
hard linking tests/keys/__pycache__/__init__.cpython-35.pyc -> PyJWT-1.4.1/tests/keys/__pycache__
copying setup.cfg -> PyJWT-1.4.1
Writing PyJWT-1.4.1/setup.cfg
Creating tar archive
removing 'PyJWT-1.4.1' (and everything under it)
copying dist/PyJWT-1.4.1.tar.gz -> build/bdist.linux-x86_64/rpm/SOURCES
building RPMs
rpmbuild -ba --define __python python3 --define _topdir /src/build/bdist.linux-x86_64/rpm --clean build/bdist.linux-x86_64/rpm/SPECS/PyJWT.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.b9fDev
drwxr-xr-x root/root         0 2016-08-07 18:45 PyJWT-1.4.1/
-rw-rw-r-- testuser/testuser 1505 2016-05-06 00:42 PyJWT-1.4.1/README.md
-rw-rw-r-- testuser/testuser  517 2016-05-06 00:42 PyJWT-1.4.1/AUTHORS
-rw-rw-r-- testuser/testuser 1080 2016-05-06 00:42 PyJWT-1.4.1/LICENSE
drwxr-xr-x root/root            0 2016-08-07 18:45 PyJWT-1.4.1/tests/
-rw-rw-r-- testuser/testuser  324 2016-05-06 02:12 PyJWT-1.4.1/tests/compat.pyc
-rw-rw-r-- testuser/testuser  213 2016-05-06 00:42 PyJWT-1.4.1/tests/test_exceptions.py
-rw-rw-r-- testuser/testuser  130 2016-05-06 02:12 PyJWT-1.4.1/tests/__init__.pyc
-rw-rw-r-- testuser/testuser  614 2016-05-06 00:42 PyJWT-1.4.1/tests/test_jwt.py
drwxr-xr-x root/root            0 2016-08-07 18:45 PyJWT-1.4.1/tests/contrib/
-rw-rw-r-- testuser/testuser  138 2016-05-06 02:12 PyJWT-1.4.1/tests/contrib/__init__.pyc
drwxr-xr-x root/root            0 2016-08-07 18:45 PyJWT-1.4.1/tests/contrib/__pycache__/
-rw-rw-r-- testuser/testuser 10585 2016-05-06 02:12 PyJWT-1.4.1/tests/contrib/__pycache__/test_algorithms.cpython-27-PYTEST.pyc
-rw-rw-r-- testuser/testuser 10027 2016-08-07 18:17 PyJWT-1.4.1/tests/contrib/__pycache__/test_algorithms.cpython-35-PYTEST.pyc
-rw-rw-r-- testuser/testuser   134 2016-05-06 11:53 PyJWT-1.4.1/tests/contrib/__pycache__/__init__.cpython-35.pyc
-rw-r--r-- testuser/testuser   113 2016-08-06 03:17 PyJWT-1.4.1/tests/contrib/__pycache__/__init__.cpython-34.pyc
-rw-r--r-- testuser/testuser 10027 2016-08-06 04:03 PyJWT-1.4.1/tests/contrib/__pycache__/test_algorithms.cpython-34-PYTEST.pyc
-rw-rw-r-- testuser/testuser     0 2016-05-06 00:42 PyJWT-1.4.1/tests/contrib/__init__.py
-rw-rw-r-- testuser/testuser  7351 2016-08-07 18:16 PyJWT-1.4.1/tests/contrib/test_algorithms.py
-rw-rw-r-- testuser/testuser   621 2016-08-07 18:16 PyJWT-1.4.1/tests/test_compat.py
-rw-rw-r-- testuser/testuser   803 2016-08-07 18:16 PyJWT-1.4.1/tests/utils.py
drwxr-xr-x root/root             0 2016-08-07 18:45 PyJWT-1.4.1/tests/__pycache__/
-rw-rw-r-- testuser/testuser  2301 2016-08-07 18:17 PyJWT-1.4.1/tests/__pycache__/test_utils.cpython-35-PYTEST.pyc
-rw-rw-r-- testuser/testuser  2218 2016-08-06 01:51 PyJWT-1.4.1/tests/__pycache__/test_utils.cpython-27-PYTEST.pyc
-rw-rw-r-- testuser/testuser 19362 2016-08-06 02:57 PyJWT-1.4.1/tests/__pycache__/test_algorithms.cpython-27-PYTEST.pyc
-rw-rw-r-- testuser/testuser 25968 2016-05-06 11:53 PyJWT-1.4.1/tests/__pycache__/test_api_jwt.cpython-35-PYTEST.pyc
-rw-r--r-- testuser/testuser   105 2016-08-06 03:17 PyJWT-1.4.1/tests/__pycache__/test_jwk.cpython-34-PYTEST.pyc
-rw-r--r-- testuser/testuser  3214 2016-08-06 04:02 PyJWT-1.4.1/tests/__pycache__/test_compat.cpython-34-PYTEST.pyc
-rw-rw-r-- testuser/testuser 30672 2016-08-07 18:17 PyJWT-1.4.1/tests/__pycache__/test_algorithms.cpython-35-PYTEST.pyc
-rw-rw-r-- testuser/testuser 46563 2016-05-06 02:12 PyJWT-1.4.1/tests/__pycache__/test_api_jws.cpython-27-PYTEST.pyc
-rw-r--r-- testuser/testuser 26156 2016-08-06 03:17 PyJWT-1.4.1/tests/__pycache__/test_api_jwt.cpython-34-PYTEST.pyc
-rw-rw-r-- testuser/testuser 41391 2016-08-07 18:17 PyJWT-1.4.1/tests/__pycache__/test_api_jws.cpython-35-PYTEST.pyc
-rw-r--r-- testuser/testuser 41718 2016-08-06 04:02 PyJWT-1.4.1/tests/__pycache__/test_api_jws.cpython-34-PYTEST.pyc
-rw-rw-r-- testuser/testuser  3377 2016-05-06 02:12 PyJWT-1.4.1/tests/__pycache__/test_compat.cpython-27-PYTEST.pyc
-rw-rw-r-- testuser/testuser  1337 2016-05-06 11:53 PyJWT-1.4.1/tests/__pycache__/test_jwt.cpython-35-PYTEST.pyc
-rw-r--r-- testuser/testuser  1045 2016-08-06 04:02 PyJWT-1.4.1/tests/__pycache__/utils.cpython-34.pyc
-rw-rw-r-- testuser/testuser  1351 2016-05-06 02:12 PyJWT-1.4.1/tests/__pycache__/test_exceptions.cpython-27-PYTEST.pyc
-rw-r--r-- testuser/testuser  1846 2016-08-06 03:17 PyJWT-1.4.1/tests/__pycache__/test_utils.cpython-34-PYTEST.pyc
-rw-r--r-- testuser/testuser   267 2016-08-06 03:17 PyJWT-1.4.1/tests/__pycache__/compat.cpython-34.pyc
-rw-rw-r-- testuser/testuser  1565 2016-05-06 02:12 PyJWT-1.4.1/tests/__pycache__/test_jwt.cpython-27-PYTEST.pyc
-rw-rw-r-- testuser/testuser 28836 2016-05-06 02:12 PyJWT-1.4.1/tests/__pycache__/test_api_jwt.cpython-27-PYTEST.pyc
-rw-rw-r-- testuser/testuser  3193 2016-08-07 18:17 PyJWT-1.4.1/tests/__pycache__/test_compat.cpython-35-PYTEST.pyc
-rw-rw-r-- testuser/testuser   126 2016-05-06 11:53 PyJWT-1.4.1/tests/__pycache__/test_jwk.cpython-35-PYTEST.pyc
-rw-r--r-- testuser/testuser  1327 2016-08-06 03:17 PyJWT-1.4.1/tests/__pycache__/test_jwt.cpython-34-PYTEST.pyc
-rw-r--r-- testuser/testuser  1088 2016-08-06 03:17 PyJWT-1.4.1/tests/__pycache__/test_exceptions.cpython-34-PYTEST.pyc
-rw-rw-r-- testuser/testuser  1101 2016-05-06 11:53 PyJWT-1.4.1/tests/__pycache__/test_exceptions.cpython-35-PYTEST.pyc
-rw-rw-r-- testuser/testuser   134 2016-05-06 04:27 PyJWT-1.4.1/tests/__pycache__/test_jwk.cpython-27-PYTEST.pyc
-rw-rw-r-- testuser/testuser   288 2016-05-06 11:53 PyJWT-1.4.1/tests/__pycache__/compat.cpython-35.pyc
-rw-rw-r-- testuser/testuser  1063 2016-08-07 18:17 PyJWT-1.4.1/tests/__pycache__/utils.cpython-35.pyc
-rw-rw-r-- testuser/testuser   126 2016-05-06 11:53 PyJWT-1.4.1/tests/__pycache__/__init__.cpython-35.pyc
-rw-r--r-- testuser/testuser   105 2016-08-06 03:17 PyJWT-1.4.1/tests/__pycache__/__init__.cpython-34.pyc
-rw-r--r-- testuser/testuser 30110 2016-08-06 04:02 PyJWT-1.4.1/tests/__pycache__/test_algorithms.cpython-34-PYTEST.pyc
-rw-rw-r-- testuser/testuser 16820 2016-05-06 00:42 PyJWT-1.4.1/tests/test_api_jwt.py
-rw-rw-r-- testuser/testuser   173 2016-05-06 00:42 PyJWT-1.4.1/tests/compat.py
-rw-rw-r-- testuser/testuser   949 2016-08-07 18:16 PyJWT-1.4.1/tests/test_utils.py
drwxr-xr-x root/root             0 2016-08-07 18:45 PyJWT-1.4.1/tests/keys/
-rw-rw-r-- testuser/testuser   401 2016-05-06 00:42 PyJWT-1.4.1/tests/keys/testkey_rsa.pub
-rw-rw-r-- testuser/testuser  2748 2016-08-06 02:57 PyJWT-1.4.1/tests/keys/__init__.pyc
-rw-rw-r-- testuser/testuser   361 2016-05-06 00:42 PyJWT-1.4.1/tests/keys/testkey_ec
drwxr-xr-x root/root             0 2016-08-07 18:45 PyJWT-1.4.1/tests/keys/__pycache__/
-rw-rw-r-- testuser/testuser  2282 2016-08-07 18:17 PyJWT-1.4.1/tests/keys/__pycache__/__init__.cpython-35.pyc
-rw-r--r-- testuser/testuser  2259 2016-08-06 04:02 PyJWT-1.4.1/tests/keys/__pycache__/__init__.cpython-34.pyc
-rw-rw-r-- testuser/testuser   171 2016-08-06 02:03 PyJWT-1.4.1/tests/keys/jwk_hmac.json
-rw-rw-r-- testuser/testuser  1679 2016-05-06 00:42 PyJWT-1.4.1/tests/keys/testkey_rsa
-rw-rw-r-- testuser/testuser   461 2016-05-06 00:42 PyJWT-1.4.1/tests/keys/jwk_rsa_pub.json
-rw-rw-r-- testuser/testuser   268 2016-05-06 00:42 PyJWT-1.4.1/tests/keys/testkey_ec.pub
-rw-rw-r-- testuser/testuser  1709 2016-08-07 18:16 PyJWT-1.4.1/tests/keys/__init__.py
-rw-rw-r-- testuser/testuser   311 2016-05-06 00:42 PyJWT-1.4.1/tests/keys/jwk_ec_pub.json
-rw-rw-r-- testuser/testuser  1745 2016-05-06 00:42 PyJWT-1.4.1/tests/keys/jwk_rsa_key.json
-rw-rw-r-- testuser/testuser   413 2016-05-06 00:42 PyJWT-1.4.1/tests/keys/jwk_ec_key.json
-rw-rw-r-- testuser/testuser   451 2016-05-06 00:42 PyJWT-1.4.1/tests/keys/testkey2_rsa.pub.pem
-rw-rw-r-- testuser/testuser  1281 2016-05-06 00:42 PyJWT-1.4.1/tests/keys/testkey_rsa.cer
-rw-rw-r-- testuser/testuser     0 2016-05-06 00:42 PyJWT-1.4.1/tests/__init__.py
-rw-rw-r-- testuser/testuser     0 2016-05-06 04:25 PyJWT-1.4.1/tests/test_jwk.py
-rw-rw-r-- testuser/testuser 25069 2016-08-07 18:16 PyJWT-1.4.1/tests/test_api_jws.py
-rw-rw-r-- testuser/testuser  1762 2016-05-06 02:12 PyJWT-1.4.1/tests/utils.pyc
-rw-rw-r-- testuser/testuser 22688 2016-08-07 18:16 PyJWT-1.4.1/tests/test_algorithms.py
drwxr-xr-x root/root             0 2016-08-07 18:45 PyJWT-1.4.1/PyJWT.egg-info/
-rw-rw-r-- testuser/testuser  3089 2016-08-07 18:45 PyJWT-1.4.1/PyJWT.egg-info/SOURCES.txt
-rw-rw-r-- testuser/testuser    43 2016-08-07 18:45 PyJWT-1.4.1/PyJWT.egg-info/entry_points.txt
-rw-rw-r-- testuser/testuser   119 2016-08-07 18:45 PyJWT-1.4.1/PyJWT.egg-info/requires.txt
-rw-rw-r-- testuser/testuser  2692 2016-08-07 18:45 PyJWT-1.4.1/PyJWT.egg-info/PKG-INFO
-rw-rw-r-- testuser/testuser     1 2016-08-07 18:45 PyJWT-1.4.1/PyJWT.egg-info/dependency_links.txt
-rw-rw-r-- testuser/testuser     4 2016-08-07 18:45 PyJWT-1.4.1/PyJWT.egg-info/top_level.txt
-rw-r--r-- root/root          2692 2016-08-07 18:45 PyJWT-1.4.1/PKG-INFO
drwxr-xr-x root/root             0 2016-08-07 18:45 PyJWT-1.4.1/jwt/
-rw-rw-r-- testuser/testuser  3587 2016-05-06 00:42 PyJWT-1.4.1/jwt/__main__.py
drwxr-xr-x root/root             0 2016-08-07 18:45 PyJWT-1.4.1/jwt/contrib/
-rw-rw-r-- testuser/testuser     0 2016-05-06 00:42 PyJWT-1.4.1/jwt/contrib/__init__.py
drwxr-xr-x root/root             0 2016-08-07 18:45 PyJWT-1.4.1/jwt/contrib/algorithms/
-rw-rw-r-- testuser/testuser  1771 2016-05-06 00:42 PyJWT-1.4.1/jwt/contrib/algorithms/py_ecdsa.py
-rw-rw-r-- testuser/testuser  1250 2016-05-06 00:42 PyJWT-1.4.1/jwt/contrib/algorithms/pycrypto.py
-rw-rw-r-- testuser/testuser     0 2016-05-06 00:42 PyJWT-1.4.1/jwt/contrib/algorithms/__init__.py
-rw-rw-r-- testuser/testuser  6808 2016-08-07 18:16 PyJWT-1.4.1/jwt/api_jws.py
-rw-rw-r-- testuser/testuser  2645 2016-08-07 18:16 PyJWT-1.4.1/jwt/utils.py
-rw-rw-r-- testuser/testuser  1783 2016-08-07 18:16 PyJWT-1.4.1/jwt/compat.py
-rw-rw-r-- testuser/testuser   738 2016-08-06 02:58 PyJWT-1.4.1/jwt/__init__.py
-rw-rw-r-- testuser/testuser  6709 2016-05-06 00:42 PyJWT-1.4.1/jwt/api_jwt.py
-rw-rw-r-- testuser/testuser 13218 2016-08-07 18:16 PyJWT-1.4.1/jwt/algorithms.py
-rw-rw-r-- testuser/testuser   841 2016-05-06 00:42 PyJWT-1.4.1/jwt/exceptions.py
-rw-rw-r-- testuser/testuser   160 2016-05-06 00:42 PyJWT-1.4.1/MANIFEST.in
-rw-rw-r-- root/root           244 2016-08-07 18:45 PyJWT-1.4.1/setup.cfg
-rw-rw-r-- testuser/testuser   330 2016-08-06 02:58 PyJWT-1.4.1/tox.ini
-rwxrwxr-x testuser/testuser  2424 2016-08-06 02:58 PyJWT-1.4.1/setup.py
-rw-rw-r-- testuser/testuser  4445 2016-05-06 00:42 PyJWT-1.4.1/CHANGELOG.md
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pkGcll
running build
running build_py
creating build
creating build/lib
creating build/lib/jwt
copying jwt/__main__.py -> build/lib/jwt
copying jwt/api_jws.py -> build/lib/jwt
copying jwt/utils.py -> build/lib/jwt
copying jwt/compat.py -> build/lib/jwt
copying jwt/__init__.py -> build/lib/jwt
copying jwt/api_jwt.py -> build/lib/jwt
copying jwt/algorithms.py -> build/lib/jwt
copying jwt/exceptions.py -> build/lib/jwt
creating build/lib/jwt/contrib
copying jwt/contrib/__init__.py -> build/lib/jwt/contrib
creating build/lib/jwt/contrib/algorithms
copying jwt/contrib/algorithms/py_ecdsa.py -> build/lib/jwt/contrib/algorithms
copying jwt/contrib/algorithms/pycrypto.py -> build/lib/jwt/contrib/algorithms
copying jwt/contrib/algorithms/__init__.py -> build/lib/jwt/contrib/algorithms
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vbjMYb
running install
running build
running build_py
running install_lib
creating /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64
creating /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr
creating /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local
creating /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib
creating /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5
creating /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages
creating /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt
copying build/lib/jwt/__main__.py -> /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt
creating /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/contrib
copying build/lib/jwt/contrib/__init__.py -> /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/contrib
creating /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/contrib/algorithms
copying build/lib/jwt/contrib/algorithms/py_ecdsa.py -> /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/contrib/algorithms
copying build/lib/jwt/contrib/algorithms/pycrypto.py -> /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/contrib/algorithms
copying build/lib/jwt/contrib/algorithms/__init__.py -> /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/contrib/algorithms
copying build/lib/jwt/api_jws.py -> /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt
copying build/lib/jwt/utils.py -> /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt
copying build/lib/jwt/compat.py -> /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt
copying build/lib/jwt/__init__.py -> /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt
copying build/lib/jwt/api_jwt.py -> /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt
copying build/lib/jwt/algorithms.py -> /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt
copying build/lib/jwt/exceptions.py -> /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt
byte-compiling /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/__main__.py to __main__.cpython-35.pyc
byte-compiling /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/contrib/__init__.py to __init__.cpython-35.pyc
byte-compiling /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/contrib/algorithms/py_ecdsa.py to py_ecdsa.cpython-35.pyc
byte-compiling /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/contrib/algorithms/pycrypto.py to pycrypto.cpython-35.pyc
byte-compiling /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/contrib/algorithms/__init__.py to __init__.cpython-35.pyc
byte-compiling /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/api_jws.py to api_jws.cpython-35.pyc
byte-compiling /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/utils.py to utils.cpython-35.pyc
byte-compiling /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/compat.py to compat.cpython-35.pyc
byte-compiling /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/__init__.py to __init__.cpython-35.pyc
byte-compiling /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/api_jwt.py to api_jwt.cpython-35.pyc
byte-compiling /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/algorithms.py to algorithms.cpython-35.pyc
byte-compiling /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/jwt/exceptions.py to exceptions.cpython-35.pyc
writing byte-compilation script '/tmp/tmpt9oh40o3.py'
/usr/local/bin/python3 -O /tmp/tmpt9oh40o3.py
removing /tmp/tmpt9oh40o3.py
running install_egg_info
running egg_info
writing dependency_links to PyJWT.egg-info/dependency_links.txt
writing entry points to PyJWT.egg-info/entry_points.txt
writing top-level names to PyJWT.egg-info/top_level.txt
writing PyJWT.egg-info/PKG-INFO
writing requirements to PyJWT.egg-info/requires.txt
reading manifest file 'PyJWT.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'PyJWT.egg-info/SOURCES.txt'
Copying PyJWT.egg-info to /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/lib/python3.5/site-packages/PyJWT-1.4.1-py3.5.egg-info
running install_scripts
Installing jwt script to /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64/usr/local/bin
writing list of installed files to 'INSTALLED_FILES'
Processing files: PyJWT-1.4.1-1.noarch
Provides: PyJWT = 1.4.1-1
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /usr/local/bin/python3
Checking for unpackaged file(s): /usr/lib/rpm/check-files /src/build/bdist.linux-x86_64/rpm/BUILDROOT/PyJWT-1.4.1-1.x86_64
Wrote: /src/build/bdist.linux-x86_64/rpm/SRPMS/PyJWT-1.4.1-1.src.rpm
Wrote: /src/build/bdist.linux-x86_64/rpm/RPMS/noarch/PyJWT-1.4.1-1.noarch.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rUTucO
Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.AVXZiG
moving build/bdist.linux-x86_64/rpm/SRPMS/PyJWT-1.4.1-1.src.rpm -> dist
moving build/bdist.linux-x86_64/rpm/RPMS/noarch/PyJWT-1.4.1-1.noarch.rpm -> dist

@mark-adams mark-adams merged commit 6112c18 into jpadilla:master Oct 24, 2016
@jpadilla jpadilla added this to the v1.4.3 milestone Mar 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants