Skip to Content.
Sympa Menu

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

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 (a286dc6515bbc75d87663cb92e92e86711b79434)
  • Date: Wed, 5 Jun 2019 20:26:06 +0000

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

ChangeLog | 4 ++++
python-pypi/httpcat/DEPENDS | 2 ++
python-pypi/httpcat/DETAILS | 14 ++++++++++++++
python-pypi/httpcat/HISTORY | 2 ++
python-pypi/httpcat/PRE_BUILD | 4 ++++
python-pypi/httpie/DETAILS | 4 ++--
python-pypi/httpie/HISTORY | 3 +++
security/lastpass-cli/DETAILS | 4 ++--
security/lastpass-cli/HISTORY | 4 ++++
security/lastpass-cli/PRE_BUILD | 4 ++++
10 files changed, 41 insertions(+), 4 deletions(-)

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

httpcat: new spell, create raw HTTP requests on the command line

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

httpie: => 1.0.2

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

lastpass-cli: => 1.3.3

diff --git a/ChangeLog b/ChangeLog
index 3733643..55f2619 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/httpcat: new spell, create raw HTTP requests on the
+ command line
+
2019-05-31 Remko van der Vossen <wich AT sourcemage.org>
* java/openjdk12: new spell, JDK 12
* crypto/openssl-1.1: deprecated
diff --git a/python-pypi/httpcat/DEPENDS b/python-pypi/httpcat/DEPENDS
new file mode 100755
index 0000000..1dbcc02
--- /dev/null
+++ b/python-pypi/httpcat/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends SETUPTOOLS
diff --git a/python-pypi/httpcat/DETAILS b/python-pypi/httpcat/DETAILS
new file mode 100755
index 0000000..5ef569c
--- /dev/null
+++ b/python-pypi/httpcat/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=httpcat
+ VERSION=0.0.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.org/packages/source/h/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:644d1c45b4ffabff17183ea502a80b2171bfe639837e9a8eaaaeecb8a38084f293ae5dc7ad4a8b32edf7a1e851d2fc9764cf347a7300f35199a6c7a615e72861
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/jakubroztocil/httpcat
+ LICENSE[0]=BSD
+ ENTERED=20190605
+ SHORT="create raw HTTP requests on the command line"
+cat << EOF
+httpcat is a simple utility for constructing raw HTTP requests on the command
+line.
+EOF
diff --git a/python-pypi/httpcat/HISTORY b/python-pypi/httpcat/HISTORY
new file mode 100644
index 0000000..611b7cb
--- /dev/null
+++ b/python-pypi/httpcat/HISTORY
@@ -0,0 +1,2 @@
+2019-06-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD: created spell, version 0.0.2
diff --git a/python-pypi/httpcat/PRE_BUILD b/python-pypi/httpcat/PRE_BUILD
new file mode 100755
index 0000000..ab323fb
--- /dev/null
+++ b/python-pypi/httpcat/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+sedit "/long_description=/d" setup.py
diff --git a/python-pypi/httpie/DETAILS b/python-pypi/httpie/DETAILS
index a1445e9..80a6604 100755
--- a/python-pypi/httpie/DETAILS
+++ b/python-pypi/httpie/DETAILS
@@ -1,8 +1,8 @@
SPELL=httpie
- VERSION=0.9.9
+ VERSION=1.0.2
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://pypi.io/packages/source/h/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:e9adb1ecf9a25b57c634f35199bf1f8fbe4136179c0ba0d6032a41ae786da9344f54436f91d89e624c154bdca325f94c637364a934fc2d5742b83056434f7e4c
+
SOURCE_HASH=sha512:cc0f2b8928d68bdd0c4eba96f499365d294429e909d91538c48f5028a55ca4a7ba41abdb94ef851459799f437457639b43ba408bb6336702d6042e7e5d5a9cbf
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://pypi.python.org/pypi/httpie";
LICENSE[0]="BSD"
diff --git a/python-pypi/httpie/HISTORY b/python-pypi/httpie/HISTORY
index 7d137e4..035238c 100644
--- a/python-pypi/httpie/HISTORY
+++ b/python-pypi/httpie/HISTORY
@@ -1,3 +1,6 @@
+2019-06-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.2
+
2017-10-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.9.9

diff --git a/security/lastpass-cli/DETAILS b/security/lastpass-cli/DETAILS
index 1e5d97b..9f4882e 100755
--- a/security/lastpass-cli/DETAILS
+++ b/security/lastpass-cli/DETAILS
@@ -1,8 +1,8 @@
SPELL=lastpass-cli
- VERSION=1.3.1
+ VERSION=1.3.3
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/lastpass/${SPELL}/releases/download/v${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:092d28dc459719e662fbb2c5e92e8cc75be108aa9d7b62569ee44cb34dd9588e78151fdc5ad114c30e8de21c0b8803edc41db9295548c7cbfe6e537c9a52aad2
+
SOURCE_HASH=sha512:b4ec3b85543d870716112fe19c3ef95765561dfa1e8f4fb3bf8334a74a3b539f7a51c5b359494b1f97b8e0789d5a0071bbbc4a4dd7728e9b6501833e96c0f1e5
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/lastpass/lastpass-cli
LICENSE[0]=GPL
diff --git a/security/lastpass-cli/HISTORY b/security/lastpass-cli/HISTORY
index 8becdfa..867078f 100644
--- a/security/lastpass-cli/HISTORY
+++ b/security/lastpass-cli/HISTORY
@@ -1,3 +1,7 @@
+2019-06-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.3
+ * PRE_BUILD: added, to properly unpack sources
+
2018-05-25 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: asciidoc is optional, not suggest

diff --git a/security/lastpass-cli/PRE_BUILD b/security/lastpass-cli/PRE_BUILD
new file mode 100755
index 0000000..5416781
--- /dev/null
+++ b/security/lastpass-cli/PRE_BUILD
@@ -0,0 +1,4 @@
+mk_source_dir "${SOURCE_DIRECTORY}" &&
+cd "${SOURCE_DIRECTORY}" &&
+
+unpack_file ''



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

Archive powered by MHonArc 2.6.24.

Top of Page