Created
February 7, 2019 23:54
-
-
Save trentm/28cb5e4f7f961223aae8baf83cedf110 to your computer and use it in GitHub Desktop.
cutting python-manta 3.0.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[15:39:40 trentm@bluesteel:~/pristine/python-manta (master)] | |
$ make cutarelease | |
manta/version.py ver is: 3.0.0 | |
CHANGES.md ver is: 3.0.0 | |
[[ -z `git status --short` ]] # If this fails, the working dir is dirty. | |
** Are you sure you want to tag and publish [email protected] to pypi? | |
** Enter to continue, Ctrl+C to abort. | |
ver=3.0.0 && \ | |
date=2019-02-07 && \ | |
git tag -a "$ver" -m "version $ver ($date)" && \ | |
git push --tags origin && \ | |
COPY_EXTENDED_ATTRIBUTES_DISABLE=1 python setup.py sdist --formats zip upload | |
Counting objects: 1, done. | |
Writing objects: 100% (1/1), 172 bytes | 172.00 KiB/s, done. | |
Total 1 (delta 0), reused 0 (delta 0) | |
To github.com:joyent/python-manta.git | |
* [new tag] 3.0.0 -> 3.0.0 | |
running sdist | |
running egg_info | |
writing requirements to manta.egg-info/requires.txt | |
writing manta.egg-info/PKG-INFO | |
writing top-level names to manta.egg-info/top_level.txt | |
writing dependency_links to manta.egg-info/dependency_links.txt | |
reading manifest file 'manta.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no files found matching 'MANIFEST' | |
writing manifest file 'manta.egg-info/SOURCES.txt' | |
warning: sdist: standard file not found: should have one of README, README.rst, README.txt | |
running check | |
creating manta-3.0.0 | |
creating manta-3.0.0/bin | |
creating manta-3.0.0/manta | |
creating manta-3.0.0/manta.egg-info | |
creating manta-3.0.0/test | |
copying files to manta-3.0.0... | |
copying AUTHORS -> manta-3.0.0 | |
copying CHANGES.md -> manta-3.0.0 | |
copying LICENSE -> manta-3.0.0 | |
copying MANIFEST.in -> manta-3.0.0 | |
copying Makefile -> manta-3.0.0 | |
copying README.md -> manta-3.0.0 | |
copying TODO.txt -> manta-3.0.0 | |
copying requirements.txt -> manta-3.0.0 | |
copying setup.py -> manta-3.0.0 | |
copying bin/mantash -> manta-3.0.0/bin | |
copying manta/__init__.py -> manta-3.0.0/manta | |
copying manta/appdirs.py -> manta-3.0.0/manta | |
copying manta/auth.py -> manta-3.0.0/manta | |
copying manta/client.py -> manta-3.0.0/manta | |
copying manta/cmdln.py -> manta-3.0.0/manta | |
copying manta/errors.py -> manta-3.0.0/manta | |
copying manta/version.py -> manta-3.0.0/manta | |
copying manta.egg-info/PKG-INFO -> manta-3.0.0/manta.egg-info | |
copying manta.egg-info/SOURCES.txt -> manta-3.0.0/manta.egg-info | |
copying manta.egg-info/dependency_links.txt -> manta-3.0.0/manta.egg-info | |
copying manta.egg-info/not-zip-safe -> manta-3.0.0/manta.egg-info | |
copying manta.egg-info/requires.txt -> manta-3.0.0/manta.egg-info | |
copying manta.egg-info/top_level.txt -> manta-3.0.0/manta.egg-info | |
copying test/common.py -> manta-3.0.0/test | |
copying test/test.py -> manta-3.0.0/test | |
copying test/test_auth.py -> manta-3.0.0/test | |
copying test/test_mantaclient.py -> manta-3.0.0/test | |
copying test/test_mantash.py -> manta-3.0.0/test | |
copying test/testall.py -> manta-3.0.0/test | |
copying test/testlib.py -> manta-3.0.0/test | |
Writing manta-3.0.0/setup.cfg | |
creating 'dist/manta-3.0.0.zip' and adding 'manta-3.0.0' to it | |
adding 'manta-3.0.0/PKG-INFO' | |
adding 'manta-3.0.0/TODO.txt' | |
adding 'manta-3.0.0/LICENSE' | |
adding 'manta-3.0.0/requirements.txt' | |
adding 'manta-3.0.0/AUTHORS' | |
adding 'manta-3.0.0/Makefile' | |
adding 'manta-3.0.0/MANIFEST.in' | |
adding 'manta-3.0.0/README.md' | |
adding 'manta-3.0.0/setup.py' | |
adding 'manta-3.0.0/CHANGES.md' | |
adding 'manta-3.0.0/setup.cfg' | |
adding 'manta-3.0.0/test/testall.py' | |
adding 'manta-3.0.0/test/test_auth.py' | |
adding 'manta-3.0.0/test/testlib.py' | |
adding 'manta-3.0.0/test/test.py' | |
adding 'manta-3.0.0/test/common.py' | |
adding 'manta-3.0.0/test/test_mantash.py' | |
adding 'manta-3.0.0/test/test_mantaclient.py' | |
adding 'manta-3.0.0/bin/mantash' | |
adding 'manta-3.0.0/manta/auth.py' | |
adding 'manta-3.0.0/manta/version.py' | |
adding 'manta-3.0.0/manta/client.py' | |
adding 'manta-3.0.0/manta/__init__.py' | |
adding 'manta-3.0.0/manta/appdirs.py' | |
adding 'manta-3.0.0/manta/cmdln.py' | |
adding 'manta-3.0.0/manta/errors.py' | |
adding 'manta-3.0.0/manta.egg-info/PKG-INFO' | |
adding 'manta-3.0.0/manta.egg-info/not-zip-safe' | |
adding 'manta-3.0.0/manta.egg-info/SOURCES.txt' | |
adding 'manta-3.0.0/manta.egg-info/requires.txt' | |
adding 'manta-3.0.0/manta.egg-info/top_level.txt' | |
adding 'manta-3.0.0/manta.egg-info/dependency_links.txt' | |
removing 'manta-3.0.0' (and everything under it) | |
running upload | |
Submitting dist/manta-3.0.0.zip to https://upload.pypi.org/legacy/ | |
Server response (200): OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment