Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e7022ed2bd2d27161b7df91de64e4251ae4fef73)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e7022ed2bd2d27161b7df91de64e4251ae4fef73)
  • Date: Sun, 23 Jun 2019 04:32:43 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 1 +
perl-cpan/cache-memcached-fast/DEPENDS | 1 +
perl-cpan/cache-memcached-fast/DETAILS | 15 +++++++++++++++
perl-cpan/cache-memcached-fast/HISTORY | 2 ++
python-pypi/beaker/DETAILS | 4 ++--
python-pypi/beaker/HISTORY | 3 +++
python-pypi/python-memcached/DETAILS | 4 ++--
python-pypi/python-memcached/HISTORY | 3 +++
8 files changed, 29 insertions(+), 4 deletions(-)

New commits:
commit e7022ed2bd2d27161b7df91de64e4251ae4fef73
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cache-memcached-fast: new spell, Perl client for Memcached

commit d2d93912a765fc483446ca3c08f62914ff3f65f4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

beaker: => 1.10.1

commit c0c132c2b6293f2a9707ba368fd7749bd7450f3e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python-memcached: => 1.59

diff --git a/ChangeLog b/ChangeLog
index 53254ff..1a8a37e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* perl-cpan/io-socket-timeout: new spell, IO::Socket with read/write
timeout
* perl-cpan/perl-redis: new spell, Perl binding for Redis database
+ * perl-cpan/cache-memcached-fast: new spell, Perl client for Memcached

2019-06-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* graphics-libs/libmypaint: new spell, mypaint's brush library
diff --git a/perl-cpan/cache-memcached-fast/DEPENDS
b/perl-cpan/cache-memcached-fast/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/cache-memcached-fast/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/cache-memcached-fast/DETAILS
b/perl-cpan/cache-memcached-fast/DETAILS
new file mode 100755
index 0000000..8120e3a
--- /dev/null
+++ b/perl-cpan/cache-memcached-fast/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=cache-memcached-fast
+ SPELLX=Cache-Memcached-Fast
+ VERSION=0.25
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=${PERL_CPAN_URL}/authors/id/R/RA/RAZ/${SOURCE}
+
SOURCE_HASH=sha512:385b58f9dd66f86c7f99859782f098101d0f6bce9e2b22552895ab22d775ed73a1886544a51904797812b77e6849d8f2d79e61fb999a11e30497c6ae6de8c5c0
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Cache-Memcached-Fast/
+ LICENSE[0]=ART
+ ENTERED=20190622
+ SHORT="Perl client for Memcached"
+cat << EOF
+Cache::Memcached::Fast is a Perl client for memcached, a memory cache daemon
+(http://www.memcached.org/).
+EOF
diff --git a/perl-cpan/cache-memcached-fast/HISTORY
b/perl-cpan/cache-memcached-fast/HISTORY
new file mode 100644
index 0000000..2d4b0de
--- /dev/null
+++ b/perl-cpan/cache-memcached-fast/HISTORY
@@ -0,0 +1,2 @@
+2019-06-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.25
diff --git a/python-pypi/beaker/DETAILS b/python-pypi/beaker/DETAILS
index db939d9..1d75b49 100755
--- a/python-pypi/beaker/DETAILS
+++ b/python-pypi/beaker/DETAILS
@@ -1,9 +1,9 @@
SPELL=beaker
SPELLX=Beaker
- VERSION=1.9.1
+ VERSION=1.10.1
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=https://pypi.org/packages/source/B/$SPELLX/$SOURCE
-
SOURCE_HASH=sha512:b75985b76553d87d1570020a7ad86159fe504b8ffa4812bd4862e87a8bd2995fc5657b11c1978f3394d19cb6da8146b9893b6e081a10418baf6e7f7d9fbdc3e7
+
SOURCE_HASH=sha512:2c78e28481c9c4a653a0312fc5fe7751b75d4d68edddf0fdca47a5d7aaf1609440a231c2325f3835bf8ff586c310b61c2cd7a76a338c0541e919f7e09bc79990
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
WEB_SITE=http://beaker.groovie.org
LICENSE[0]='MIT'
diff --git a/python-pypi/beaker/HISTORY b/python-pypi/beaker/HISTORY
index 741e0ca..69a164e 100644
--- a/python-pypi/beaker/HISTORY
+++ b/python-pypi/beaker/HISTORY
@@ -1,3 +1,6 @@
+2019-06-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.10.1
+
2018-05-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.9.1
* DEPENDS: added pycryptopp suggest dependency
diff --git a/python-pypi/python-memcached/DETAILS
b/python-pypi/python-memcached/DETAILS
index 6ca63e8..60d11f1 100755
--- a/python-pypi/python-memcached/DETAILS
+++ b/python-pypi/python-memcached/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-memcached
- VERSION=1.57
+ VERSION=1.59
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:1862d9a5c7c29c8956384e1b951b59dba1fb2bbaeb1c3a99b1b917a93e04e0d86f4b38022a4b0146889448a2d2152e7282cdf33d0240126350dc88d34f216ad4
+
SOURCE_HASH=sha512:a25cbb9efb3babe85e1523bdabfe4644b93b3a6a7268787a3928f724f833ce0eea7d2ef676d1b7f894cdfe293129975b35cb46ec553c92810dbc18013bfabece
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/linsomniac/python-memcached
LICENSE[0]=PYTHON
diff --git a/python-pypi/python-memcached/HISTORY
b/python-pypi/python-memcached/HISTORY
index 9932b3a..3c724a3 100644
--- a/python-pypi/python-memcached/HISTORY
+++ b/python-pypi/python-memcached/HISTORY
@@ -1,2 +1,5 @@
+2019-06-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.59
+
2015-09-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS: created spell, version 1.57



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e7022ed2bd2d27161b7df91de64e4251ae4fef73), Vlad Glagolev, 06/23/2019

Archive powered by MHonArc 2.6.24.

Top of Page