Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] onionshare: update to 2.2.
@ 2019-10-16 10:57 voidlinux-github
  2019-10-16 18:47 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-16 10:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages onionshare
https://github.com/void-linux/void-packages/pull/15522

onionshare: update to 2.2.
Flask-HTTPAuth is a new dependency for the new version.

A patch file from https://github.com/void-linux/void-packages/pull/15522.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-onionshare-15522.patch --]
[-- Type: text/x-diff, Size: 2797 bytes --]

From e22fdc3ff54193001aa667ea77803abb3b430d8a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 16 Oct 2019 13:53:00 +0300
Subject: [PATCH 1/2] onionshare: update to 2.2.

---
 srcpkgs/onionshare/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index d97ab937a92..c585ae6101e 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,6 +1,6 @@
 # Template file for 'onionshare'
 pkgname=onionshare
-version=2.1
+version=2.2
 revision=1
 archs=noarch
 build_style=python3-module
@@ -12,13 +12,14 @@ depends="python3-cffi python3-chardet python3-click python3-cryptography
  python3-Jinja2 python3-MarkupSafe python3-pycparser python3-pycryptodome
  python3-PyQt5 python3-pysocks python3-requests python3-six python3-stem
  python3-urllib3 python3-Werkzeug python3-asn1crypto python3-altgraph
- python3-sip-PyQt5 python3-macholib python3-pefile python3-simplejson tor"
+ python3-sip-PyQt5 python3-macholib python3-pefile python3-simplejson tor
+ python3-Flask-HTTPAuth"
 short_desc="Share files anonymously and securely"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://onionshare.org/"
 distfiles="https://github.com/micahflee/onionshare/archive/v${version}.tar.gz"
-checksum=b412bc1e9d08deaa2805cfc9532b556928fa7b332d249189fb0887f27d587ddb
+checksum=7173863d7582b05aa8fd0d2207236e3cbbb38d854aad65e3b98ec5baad521fc2
 
 conf_files="/etc/apparmor.d/local/*"
 

From 723dbb1724c63333607c414a9882e2bdfdd1ba40 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 16 Oct 2019 13:54:46 +0300
Subject: [PATCH 2/2] New package: python3-Flask-HTTPAuth-3.3.0

---
 srcpkgs/python3-Flask-HTTPAuth/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-Flask-HTTPAuth/template

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
new file mode 100644
index 00000000000..7b0ec2837a5
--- /dev/null
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Flask-HTTPAuth'
+pkgname=python3-Flask-HTTPAuth
+version=3.3.0
+revision=1
+wrksrc=Flask-HTTPAuth-${version}
+build_style=python3-module
+pycompile_module="Flask-HTTPAuth"
+hostmakedepends="python3-setuptools"
+depends="python3-Flask"
+short_desc="Basic, Digest and Token HTTP authentication for Flask routes"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="MIT"
+homepage="https://github.com/miguelgrinberg/Flask-HTTPAuth"
+distfiles="${PYPI_SITE}/f/flask-httpauth/Flask-HTTPAuth-${version}.tar.gz"
+checksum=6ef8b761332e780f9ff74d5f9056c2616f52babc1998b01d9f361a1e439e61b9
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] onionshare: update to 2.2.
  2019-10-16 10:57 [PR PATCH] onionshare: update to 2.2 voidlinux-github
@ 2019-10-16 18:47 ` voidlinux-github
  2019-10-16 18:47 ` voidlinux-github
  2019-10-17 17:09 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-16 18:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages onionshare
https://github.com/void-linux/void-packages/pull/15522

onionshare: update to 2.2.
Flask-HTTPAuth is a dependency for the new version.

A patch file from https://github.com/void-linux/void-packages/pull/15522.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-onionshare-15522.patch --]
[-- Type: text/x-diff, Size: 2800 bytes --]

From e22fdc3ff54193001aa667ea77803abb3b430d8a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 16 Oct 2019 13:53:00 +0300
Subject: [PATCH 1/2] onionshare: update to 2.2.

---
 srcpkgs/onionshare/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index d97ab937a92..c585ae6101e 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,6 +1,6 @@
 # Template file for 'onionshare'
 pkgname=onionshare
-version=2.1
+version=2.2
 revision=1
 archs=noarch
 build_style=python3-module
@@ -12,13 +12,14 @@ depends="python3-cffi python3-chardet python3-click python3-cryptography
  python3-Jinja2 python3-MarkupSafe python3-pycparser python3-pycryptodome
  python3-PyQt5 python3-pysocks python3-requests python3-six python3-stem
  python3-urllib3 python3-Werkzeug python3-asn1crypto python3-altgraph
- python3-sip-PyQt5 python3-macholib python3-pefile python3-simplejson tor"
+ python3-sip-PyQt5 python3-macholib python3-pefile python3-simplejson tor
+ python3-Flask-HTTPAuth"
 short_desc="Share files anonymously and securely"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://onionshare.org/"
 distfiles="https://github.com/micahflee/onionshare/archive/v${version}.tar.gz"
-checksum=b412bc1e9d08deaa2805cfc9532b556928fa7b332d249189fb0887f27d587ddb
+checksum=7173863d7582b05aa8fd0d2207236e3cbbb38d854aad65e3b98ec5baad521fc2
 
 conf_files="/etc/apparmor.d/local/*"
 

From 7fc8429e9af5269aec63865fc5b4ed4d479180f4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 16 Oct 2019 13:54:46 +0300
Subject: [PATCH 2/2] New package: python3-Flask-HTTPAuth-3.3.0

---
 srcpkgs/python3-Flask-HTTPAuth/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-Flask-HTTPAuth/template

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
new file mode 100644
index 00000000000..2584e2b8822
--- /dev/null
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Flask-HTTPAuth'
+pkgname=python3-Flask-HTTPAuth
+version=3.3.0
+revision=1
+wrksrc=Flask-HTTPAuth-${version}
+build_style=python3-module
+pycompile_module="flask_httpauth.py"
+hostmakedepends="python3-setuptools"
+depends="python3-Flask"
+short_desc="Basic, Digest and Token HTTP authentication for Flask routes"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="MIT"
+homepage="https://github.com/miguelgrinberg/Flask-HTTPAuth"
+distfiles="${PYPI_SITE}/f/flask-httpauth/Flask-HTTPAuth-${version}.tar.gz"
+checksum=6ef8b761332e780f9ff74d5f9056c2616f52babc1998b01d9f361a1e439e61b9
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] onionshare: update to 2.2.
  2019-10-16 10:57 [PR PATCH] onionshare: update to 2.2 voidlinux-github
  2019-10-16 18:47 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-16 18:47 ` voidlinux-github
  2019-10-17 17:09 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-16 18:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages onionshare
https://github.com/void-linux/void-packages/pull/15522

onionshare: update to 2.2.
Flask-HTTPAuth is a dependency for the new version.

A patch file from https://github.com/void-linux/void-packages/pull/15522.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-onionshare-15522.patch --]
[-- Type: text/x-diff, Size: 2800 bytes --]

From e22fdc3ff54193001aa667ea77803abb3b430d8a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 16 Oct 2019 13:53:00 +0300
Subject: [PATCH 1/2] onionshare: update to 2.2.

---
 srcpkgs/onionshare/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index d97ab937a92..c585ae6101e 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,6 +1,6 @@
 # Template file for 'onionshare'
 pkgname=onionshare
-version=2.1
+version=2.2
 revision=1
 archs=noarch
 build_style=python3-module
@@ -12,13 +12,14 @@ depends="python3-cffi python3-chardet python3-click python3-cryptography
  python3-Jinja2 python3-MarkupSafe python3-pycparser python3-pycryptodome
  python3-PyQt5 python3-pysocks python3-requests python3-six python3-stem
  python3-urllib3 python3-Werkzeug python3-asn1crypto python3-altgraph
- python3-sip-PyQt5 python3-macholib python3-pefile python3-simplejson tor"
+ python3-sip-PyQt5 python3-macholib python3-pefile python3-simplejson tor
+ python3-Flask-HTTPAuth"
 short_desc="Share files anonymously and securely"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://onionshare.org/"
 distfiles="https://github.com/micahflee/onionshare/archive/v${version}.tar.gz"
-checksum=b412bc1e9d08deaa2805cfc9532b556928fa7b332d249189fb0887f27d587ddb
+checksum=7173863d7582b05aa8fd0d2207236e3cbbb38d854aad65e3b98ec5baad521fc2
 
 conf_files="/etc/apparmor.d/local/*"
 

From 7fc8429e9af5269aec63865fc5b4ed4d479180f4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 16 Oct 2019 13:54:46 +0300
Subject: [PATCH 2/2] New package: python3-Flask-HTTPAuth-3.3.0

---
 srcpkgs/python3-Flask-HTTPAuth/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-Flask-HTTPAuth/template

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
new file mode 100644
index 00000000000..2584e2b8822
--- /dev/null
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-Flask-HTTPAuth'
+pkgname=python3-Flask-HTTPAuth
+version=3.3.0
+revision=1
+wrksrc=Flask-HTTPAuth-${version}
+build_style=python3-module
+pycompile_module="flask_httpauth.py"
+hostmakedepends="python3-setuptools"
+depends="python3-Flask"
+short_desc="Basic, Digest and Token HTTP authentication for Flask routes"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="MIT"
+homepage="https://github.com/miguelgrinberg/Flask-HTTPAuth"
+distfiles="${PYPI_SITE}/f/flask-httpauth/Flask-HTTPAuth-${version}.tar.gz"
+checksum=6ef8b761332e780f9ff74d5f9056c2616f52babc1998b01d9f361a1e439e61b9
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: onionshare: update to 2.2.
  2019-10-16 10:57 [PR PATCH] onionshare: update to 2.2 voidlinux-github
  2019-10-16 18:47 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-16 18:47 ` voidlinux-github
@ 2019-10-17 17:09 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-17 17:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

There's a merged pull request on the void-packages repository

onionshare: update to 2.2.
https://github.com/void-linux/void-packages/pull/15522

Description:
Flask-HTTPAuth is a dependency for the new version.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-17 17:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16 10:57 [PR PATCH] onionshare: update to 2.2 voidlinux-github
2019-10-16 18:47 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-16 18:47 ` voidlinux-github
2019-10-17 17:09 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).