summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2022-02-04 15:15:29 -0500
committerBuildTools2022-02-04 15:15:29 -0500
commit5f67cbbe7433414bdfe095fd33222993ed85cbd6 (patch)
tree78c87b7c627403e58508f613e8fc6eece5f14dbe
parentc7cad44bd7984f6f31924cf756410ae2ac053117 (diff)
downloadaur-5f67cbbe7433414bdfe095fd33222993ed85cbd6.tar.gz
1.1.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae76b6bd4fc0..f57ec412f287 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fedmsg
pkgdesc = Utilities used around Fedora Infrastructure to send and receive messages
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://fedmsg.readthedocs.org/
arch = any
@@ -9,8 +9,7 @@ pkgbase = python-fedmsg
depends = python-pygments
depends = python-pyzmq
depends = python-arrow
- source = https://github.com/fedora-infra/fedmsg/archive/1.1.1.tar.gz
- sha256sums = 3471f5a2750d2b8742f65c5957bd22ad4a7a09cb97281eb434b938837827eebc
+ source = https://github.com/fedora-infra/fedmsg/archive/1.1.2.tar.gz
+ sha256sums = 284cfb08dfa1fff7e96d4debf0d43a66e90f92390979dafab7e9c00e838b5ff1
pkgname = python-fedmsg
-
diff --git a/PKGBUILD b/PKGBUILD
index 1346fb980798..74acff575632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=python-fedmsg
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc='Utilities used around Fedora Infrastructure to send and receive messages'
arch=(any)
@@ -11,7 +11,7 @@ depends=('python-kitchen' 'python-pygments' 'python-pyzmq' 'python-arrow')
makedeps=('python-setuptools' 'python2-setuptools')
source=("https://pypi.python.org/packages/0e/59/3a085f378b6200a6b9eb6d8f42654fb35ac181e095221796d5248372eb2f/fedmsg-0.18.2.tar.gz")
source=("https://github.com/fedora-infra/fedmsg/archive/${pkgver}.tar.gz")
-sha256sums=('3471f5a2750d2b8742f65c5957bd22ad4a7a09cb97281eb434b938837827eebc')
+sha256sums=('284cfb08dfa1fff7e96d4debf0d43a66e90f92390979dafab7e9c00e838b5ff1')
package() {
cd "fedmsg-${pkgver}"