gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated (d8f9cf7 -> 04bb01b)


From: gnunet
Subject: [taler-bank] branch master updated (d8f9cf7 -> 04bb01b)
Date: Fri, 13 Nov 2020 21:59:15 +0100

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

dold pushed a change to branch master
in repository bank.

    from d8f9cf7  also pass --upgrade
     new fdc34d4  bump dep version
     new 04bb01b  fix dist

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitattributes        |  1 -
 build-system/Makefile | 10 +++++++---
 pyproject.toml        |  2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 2c13c8d..c17067a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1 @@
 bootstrap export-ignore
-/build-common export-ignore
diff --git a/build-system/Makefile b/build-system/Makefile
index 3e913fe..391a8bf 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -36,15 +36,19 @@ check: poetry-install
 clean:
        rm -rf dist
 
+
+configure: build-system/taler-build-scripts/
+       ./bootstrap
+
 .PHONY: dist
-dist:
-       
./build-system/taler-build-scripts/archive-with-submodules/git_archive_all.py 
taler-bank-$(version).tar.gz
+dist: configure
+       
./build-system/taler-build-scripts/archive-with-submodules/git_archive_all.py 
--include ./configure taler-bank-$(version).tar.gz
 
 .PHONY: pretty
 pretty: poetry-install
        poetry run black talerbank/
 
-Makefile: build-system/Makefile
+Makefile: build-system/Makefile configure
        @echo updating makefile
        cp build-system/Makefile .
 
diff --git a/pyproject.toml b/pyproject.toml
index 09c581a..a451842 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later"
 [tool.poetry.dependencies]
 python = "^3.8"
 django = "^3.1.3"
-taler-util = "^0.8.0"
+taler-util = "^0.8.1"
 lxml = "^4.6.1"
 psycopg2 = "^2.8.6"
 jinja2 = "^2.11.2"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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