You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/05/10 17:37:31 UTC

[couchdb] branch 3.x updated: Bump jiffy to 1.1.1 and b64url to 1.0.3

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/3.x by this push:
     new 42f2c1c53 Bump jiffy to 1.1.1 and b64url to 1.0.3
42f2c1c53 is described below

commit 42f2c1c534ed5c210b45ffcd9a621a31b781b5ae
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Tue May 10 12:40:44 2022 -0400

    Bump jiffy to 1.1.1 and b64url to 1.0.3
    
    jiffy changelog: https://github.com/davisp/jiffy/compare/1.0.9...1.1.1
    b64url changelog: https://github.com/apache/couchdb-b64url/compare/1.0.2...1.0.3
---
 Makefile            | 2 +-
 rebar.config.script | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 6b3223ecb..074e47436 100644
--- a/Makefile
+++ b/Makefile
@@ -221,7 +221,7 @@ python-black: .venv/bin/black
 	       echo "Python formatter not supported on Python < 3.6; check results on a newer platform"
 	@python3 -c "import sys; exit(1 if sys.version_info >= (3,6) else 0)" || \
 		LC_ALL=C.UTF-8 LANG=C.UTF-8 .venv/bin/black --check \
-		--exclude="build/|buck-out/|dist/|_build/|\.git/|\.hg/|\.mypy_cache/|\.nox/|\.tox/|\.venv/|src/erlfmt|src/rebar/pr2relnotes.py|src/fauxton" \
+		--exclude="build/|buck-out/|dist/|_build/|\.git/|\.hg/|\.mypy_cache/|\.nox/|\.tox/|\.venv/|src/erlfmt|src/jiffy|src/rebar/pr2relnotes.py|src/fauxton" \
 		build-aux/*.py dev/run dev/format_*.py src/mango/test/*.py src/docs/src/conf.py src/docs/ext/*.py .
 
 python-black-update: .venv/bin/black
diff --git a/rebar.config.script b/rebar.config.script
index daf9990ef..31855098b 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -147,7 +147,7 @@ SubDirs = [
 DepDescs = [
 %% Independent Apps
 {config,           "config",           {tag, "2.1.9"}},
-{b64url,           "b64url",           {tag, "1.0.2"}},
+{b64url,           "b64url",           {tag, "1.0.3"}},
 {ets_lru,          "ets-lru",          {tag, "1.1.0"}},
 {khash,            "khash",            {tag, "1.1.0"}},
 {snappy,           "snappy",           {tag, "CouchDB-1.0.7"}},
@@ -161,7 +161,7 @@ DepDescs = [
 {folsom,           "folsom",           {tag, "CouchDB-0.8.4"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-7"}},
 {ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-5"}},
-{jiffy,            "jiffy",            {tag, "CouchDB-1.0.9-1"}},
+{jiffy,            "jiffy",            {tag, "1.1.1"}},
 {mochiweb,         "mochiweb",         {tag, "v3.0.0"}},
 {meck,             "meck",             {tag, "0.9.2"}},
 {recon,            "recon",            {tag, "2.5.2"}}