gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-util] 05/05: bump version in preparation for release, add m


From: gnunet
Subject: [taler-taler-util] 05/05: bump version in preparation for release, add more Makefile rules, fix readme
Date: Mon, 16 Dec 2019 13:29:20 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository taler-util.

commit 81ff4d3d0844431eb00b3fa3f9734e39ffbe1afb
Author: ng0 <address@hidden>
AuthorDate: Mon Dec 16 12:28:49 2019 +0000

    bump version in preparation for release, add more Makefile rules,
    fix readme
---
 Makefile | 19 +++++++++++++++++--
 README   |  2 +-
 setup.py |  2 +-
 3 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 30950ce..1845b00 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,23 @@ include config.mk
 all:
        echo "skip"
 
+# you need SOURCE_DATE_EPOCH at least at the 1980s when
+# your default SOURCE_DATE_EPOCH in env is 1.
+.PHONY: dist
+dist:
+       $(env) SOURCE_DATE_EPOCH=315532800 $(python) setup.py sdist bdist_wheel
+
 install: all
-       $(python) setup.py install --user
+       $(python) -m pip install
+
+uninstall:
+       $(python) -m pip uninstall
 
-test:
+pypi: dist
+       $(python) -m twine upload dist/*
+
+check:
        $(tox) || echo "error: you have to install tox"
+
+clean:
+       rm -rf __pycache__ *~
diff --git a/README b/README
index 7f884f0..880b3fc 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ To run the unittests, execute
 
 or
 
-       make test
+       make check
 
 Installation
 ------------
diff --git a/setup.py b/setup.py
index a45636c..94157aa 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open('README', 'r') as f:
 
 setup(
         name='taler-util',
-        version='0.6.0rc2',
+        version='0.6.1',
         license='LGPL3+',
         platforms='any',
         author='Taler Systems SA',

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]