Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f7a25fccdac54276d7d58389bffd110071b041f2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f7a25fccdac54276d7d58389bffd110071b041f2)
  • Date: Sun, 9 Aug 2020 11:32:53 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

python-pypi/pip/DETAILS | 4 ++--
python-pypi/pip/HISTORY | 3 +++
python-pypi/python-cpplint/DETAILS | 4 ++--
python-pypi/python-cpplint/HISTORY | 3 +++
python-pypi/python-sphinx/DETAILS | 4 ++--
python-pypi/python-sphinx/HISTORY | 3 +++
python-pypi/urwid/DETAILS | 4 ++--
python-pypi/urwid/HISTORY | 3 +++
utils/rhash/DETAILS | 4 ++--
utils/rhash/HISTORY | 3 +++
10 files changed, 25 insertions(+), 10 deletions(-)

New commits:
commit f7a25fccdac54276d7d58389bffd110071b041f2
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/rhash: version 1.4.0

commit 74b9c76d85b97f8d00ff1bc647b0f5048a39b7ca
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-cpplint: version 1.5.3

commit 4672d433c49e5f7ab2fa94206b72a48b811b7ced
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/urwid: version 2.1.1

commit c69e27143af115e5303211da0a153b416a3c460b
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/pip: version 20.2.1

commit be3dca0331218ebdb50f855d9fb2529e3fb86d60
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-sphinx: version 3.2.0

diff --git a/python-pypi/pip/DETAILS b/python-pypi/pip/DETAILS
index cba650e..e44c2b4 100755
--- a/python-pypi/pip/DETAILS
+++ b/python-pypi/pip/DETAILS
@@ -1,6 +1,6 @@
SPELL=pip
- VERSION=20.1.1
-
SOURCE_HASH=sha512:ee7b0345c08fbe0215811d07b4c57c1ceece826871842f6d1c174d82e8eee0ad810aa5413d6763ecd5a513e151792a53c36623ab99d2049555ef2542d32d1658
+ VERSION=20.2.1
+
SOURCE_HASH=sha512:52abcc336a3c06b0e2b790a7fd4283483b46c1cc6be8e89d8640072ae4517d79afa074683622f8374ebf76a7c3516a05f261e35363327d5d68fb15ec6e6718cd
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL=https://github.com/pypa/pip/archive/$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/pip/HISTORY b/python-pypi/pip/HISTORY
index 859026b..b718e22 100644
--- a/python-pypi/pip/HISTORY
+++ b/python-pypi/pip/HISTORY
@@ -1,3 +1,6 @@
+2020-08-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 20.2.1
+
2020-06-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 20.1.1

diff --git a/python-pypi/python-cpplint/DETAILS
b/python-pypi/python-cpplint/DETAILS
index 014f9e7..8a06aff 100755
--- a/python-pypi/python-cpplint/DETAILS
+++ b/python-pypi/python-cpplint/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-cpplint
- VERSION=1.4.5
+ VERSION=1.5.3
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/cpplint/cpplint/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:3395bff5ea4ac880e03846a0bff4a1300869395e79c8e566f75fa90f95dfcbaa96711a98aba9bcf52c7daa6798c17cc71598e0a93df8f86c6b3ae8f0e7f71302
+
SOURCE_HASH=sha512:009deafcf9bd75899b1bbf650dbaa1b3d12c998d3f7fb15c264922f2b76f5359731e21724d1eed86f786d0574f20415d45f8810106e0161d9014666502b80880
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cpplint-$VERSION"
WEB_SITE="https://github.com/cpplint/cpplint";
LICENSE[0]=BSD
diff --git a/python-pypi/python-cpplint/HISTORY
b/python-pypi/python-cpplint/HISTORY
index 18192b4..d57e544 100644
--- a/python-pypi/python-cpplint/HISTORY
+++ b/python-pypi/python-cpplint/HISTORY
@@ -1,3 +1,6 @@
+2020-08-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.5.3
+
2020-01-13 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.4.5

diff --git a/python-pypi/python-sphinx/DETAILS
b/python-pypi/python-sphinx/DETAILS
index c632747..408a944 100755
--- a/python-pypi/python-sphinx/DETAILS
+++ b/python-pypi/python-sphinx/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-sphinx
- VERSION=3.1.2
+ VERSION=3.2.0
SOURCE="Sphinx-${VERSION}.tar.gz"
SOURCE_URL[0]=https://pypi.python.org/packages/source/S/Sphinx/${SOURCE}
-
SOURCE_HASH=sha512:d1b55a603ea4a76d2315e170b8ba7858caf1658660e9983034918bd265c505f0e5157ab9d9cebc970261646ae0959e1cf75562b01b73bf3a380e712393a735b9
+
SOURCE_HASH=sha512:7b4108acdd241240a91171ade30c800aa0ef0ccb00080eb80d205abc95c56f2accca179e4d95d7e34ed48137c0845b4175a285b8204d1e8de1a22c707e6d06b0
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Sphinx-${VERSION}"
WEB_SITE="https://www.sphinx-doc.org";
LICENSE[0]=PYTHON
diff --git a/python-pypi/python-sphinx/HISTORY
b/python-pypi/python-sphinx/HISTORY
index e655eb4..61d08cd 100644
--- a/python-pypi/python-sphinx/HISTORY
+++ b/python-pypi/python-sphinx/HISTORY
@@ -1,3 +1,6 @@
+2020-08-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 3.2.0
+
2020-07-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.1.2

diff --git a/python-pypi/urwid/DETAILS b/python-pypi/urwid/DETAILS
index eb83865..d8e0e26 100755
--- a/python-pypi/urwid/DETAILS
+++ b/python-pypi/urwid/DETAILS
@@ -1,8 +1,8 @@
SPELL=urwid
- VERSION=2.1.0
+ VERSION=2.1.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://pypi.python.org/packages/source/u/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:c121c0e49ab9531f67bff8740d29fc716fb8c9203e1b2ddb7257f01095e0bf976f3f2131a3b1f95a3b5368ddeea6a09b9c867ab459b91e3e9be6cba4f18ec654
+
SOURCE_HASH=sha512:08fc51205f0adeea0ecce876ca17d921961b665894aef440fd826ef0f8b9230cd8d22c5db85fcf4e227f8e70841e3439860e5035ff874b8d0c1834111c3a97db
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOC_DIRS="docs examples"
WEB_SITE=http://urwid.org/
diff --git a/python-pypi/urwid/HISTORY b/python-pypi/urwid/HISTORY
index 66150ca..6958ccf 100644
--- a/python-pypi/urwid/HISTORY
+++ b/python-pypi/urwid/HISTORY
@@ -1,3 +1,6 @@
+2020-08-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.1.1
+
2020-01-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.1.0
* DEPENDS: use PY_DEPENDS
diff --git a/utils/rhash/DETAILS b/utils/rhash/DETAILS
index 8126293..2a0a1cc 100755
--- a/utils/rhash/DETAILS
+++ b/utils/rhash/DETAILS
@@ -1,8 +1,8 @@
SPELL=rhash
- VERSION=1.3.9
+ VERSION=1.4.0
SOURCE="RHash-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/$SPELL/RHash/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:6fae0587cdeb42df59d542c58bad734259d1ff39fba92531c10a469b51310644669ffbe0453e72d85c2cf38b176962f6dca9062a121ac019f1b30f207a176e60:WORKS_FOR_ME
+
SOURCE_HASH=sha512:2f02487fffe8d1bc70c4454829bbd250a15fbd09db5ef85c54d3e8ad1008e84616ea54483292deae45047a27964e27b26d9b3da8447e7c37dac1e2ce18a63a07:WORKS_FOR_ME
SOURCE_DIRECTORY="$BUILD_DIRECTORY/RHash-${VERSION}"
WEB_SITE="http://rhash.sourceforge.net/";
LICENSE[0]=MIT
diff --git a/utils/rhash/HISTORY b/utils/rhash/HISTORY
index 1d3008e..5376e75 100644
--- a/utils/rhash/HISTORY
+++ b/utils/rhash/HISTORY
@@ -1,3 +1,6 @@
+2020-08-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.4.0
+
2020-07-28 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: Use make_single, fails with parallel make




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f7a25fccdac54276d7d58389bffd110071b041f2), Florian Franzmann, 08/09/2020

Archive powered by MHonArc 2.6.24.

Top of Page