Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (de54461bd9a24bf1e8c7bd867f7cbcfbf7331ecc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (de54461bd9a24bf1e8c7bd867f7cbcfbf7331ecc)
  • Date: Sat, 2 Jul 2022 13:42:00 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/httpie/DEPENDS | 3 ++-
python-pypi/httpie/DETAILS | 5 +++--
python-pypi/httpie/HISTORY | 5 +++++
python-pypi/python-multidict/DEPENDS | 1 +
python-pypi/python-multidict/DETAILS | 16 ++++++++++++++++
python-pypi/python-multidict/HISTORY | 2 ++
7 files changed, 32 insertions(+), 3 deletions(-)

New commits:
commit de54461bd9a24bf1e8c7bd867f7cbcfbf7331ecc
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

httpie 3.2.1

commit 19a792d00ad96dc7c334dc3bfb5e8180338d3298
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

python-multidict: new spell, The multidict implementation

diff --git a/ChangeLog b/ChangeLog
index 91c3898..ffbca64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-07-02 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/python-multidict: new spell, The multidict
implementation
+
2022-07-01 Treeve Jelbert <treeve AT sourcemage.org>
* kde5-extra/kirigami-addons: added

diff --git a/python-pypi/httpie/DEPENDS b/python-pypi/httpie/DEPENDS
index f0ae98c..7616c83 100755
--- a/python-pypi/httpie/DEPENDS
+++ b/python-pypi/httpie/DEPENDS
@@ -1,3 +1,4 @@
-depends PYTHON &&
+depends python3 &&
+depends python-multidict &&
depends requests &&
depends pygments
diff --git a/python-pypi/httpie/DETAILS b/python-pypi/httpie/DETAILS
index c6a2ab3..f2e5b0b 100755
--- a/python-pypi/httpie/DETAILS
+++ b/python-pypi/httpie/DETAILS
@@ -1,10 +1,11 @@
SPELL=httpie
- VERSION=1.0.3
+ VERSION=3.2.1
SECURITY_PATCH=1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://pypi.io/packages/source/h/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:b51779e0ec8f24108ee3f4bf690dc9dfddafff42509d1aa3d13ac12d65a93e02aad9644dc10134ebdbebf949b250cb288650a4dad3d382143e9ad3b9b0ac8c16
+
SOURCE_HASH=sha512:eb61d60dd3a8e5bff3f84a51ec02521f06a0dc918a42e24d055294daf1a26abba55406d40d154380e91605d47754207b8678b52e63b855d5480de10b35944dda
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS=
WEB_SITE="https://pypi.python.org/pypi/httpie";
LICENSE[0]="BSD"
ENTERED=20150408
diff --git a/python-pypi/httpie/HISTORY b/python-pypi/httpie/HISTORY
index c1d6c7f..273bc46 100644
--- a/python-pypi/httpie/HISTORY
+++ b/python-pypi/httpie/HISTORY
@@ -1,3 +1,8 @@
+2022-07-02 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 3.2.1
+ added DOC_DIRS=
+ * DEPENDS: switched to python3, added multidict
+
2019-09-11 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.3

diff --git a/python-pypi/python-multidict/DEPENDS
b/python-pypi/python-multidict/DEPENDS
new file mode 100755
index 0000000..8c09196
--- /dev/null
+++ b/python-pypi/python-multidict/DEPENDS
@@ -0,0 +1 @@
+depends python3
diff --git a/python-pypi/python-multidict/DETAILS
b/python-pypi/python-multidict/DETAILS
new file mode 100755
index 0000000..e9efbbf
--- /dev/null
+++ b/python-pypi/python-multidict/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=python-multidict
+ VERSION=6.0.2
+ SOURCE="multidict-$VERSION.tar.gz"
+ WEB_SITE="https://github.com/aio-libs/multidict";
+ SOURCE_URL[0]="$WEB_SITE/releases/download/v$VERSION/$SOURCE"
+
SOURCE_HASH=sha512:86b0a68984e92ff5eeafa8b0e967fc223b0a79c99c397dc8fe87a182a4c9c912b02947848a2ee6a71bb5a5cecd1893a231941f92bdc94fb7343ada771d49785a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}"
+ DOC_DIRS=
+ LICENSE[0]="Apache-2.0"
+ ENTERED=20220702
+ KEYWORDS=""
+ SHORT="The multidict implementation"
+cat << EOF
+Multidict is dict-like collection of key-value pairs where key might be
+occurred more than once in the container.
+EOF
diff --git a/python-pypi/python-multidict/HISTORY
b/python-pypi/python-multidict/HISTORY
new file mode 100644
index 0000000..e53109a
--- /dev/null
+++ b/python-pypi/python-multidict/HISTORY
@@ -0,0 +1,2 @@
+2022-07-02 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (de54461bd9a24bf1e8c7bd867f7cbcfbf7331ecc), Ismael Luceno, 07/02/2022

Archive powered by MHonArc 2.6.24.

Top of Page