Package Details: python-redmine 2.5.0-1

Git Clone URL: https://aur.archlinux.org/python-redmine.git (read-only, click to copy)
Package Base: python-redmine
Description: Python library for communicating with a Redmine project management application
Upstream URL: https://python-redmine.com
Licenses: Apache
Submitter: sleduc
Maintainer: k0ste
Last Packager: k0ste
Votes: 4
Popularity: 0.000000
First Submitted: 2015-09-20 08:01 (UTC)
Last Updated: 2024-04-01 09:51 (UTC)

Latest Comments

GNUtoo commented on 2021-02-27 10:36 (UTC)

Hi, here's a patch to bump the revision to 2.3.0:

$ cat 0001-Bump-to-2.3.0.patch 
From 5bd9f3f22cf29579b27b6d30593c09882b8916a2 Mon Sep 17 00:00:00 2001
From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Date: Sat, 27 Feb 2021 11:31:05 +0100
Subject: [PATCH] Bump to 2.3.0

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 .SRCINFO | 6 +++---
 PKGBUILD | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 947fcd4..fcbe533 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-redmine
    pkgdesc = Python library for communicating with a Redmine project management application
-   pkgver = 2.2.1
+   pkgver = 2.3.0
    pkgrel = 1
    url = https://python-redmine.com/
    arch = any
@@ -13,8 +13,8 @@ pkgbase = python-redmine
    makedepends = python-setuptools
    makedepends = python2
    makedepends = python2-setuptools
-   source = https://github.com/maxtepkeev/python-redmine/archive/v2.2.1.tar.gz
-   sha256sums = 995e852545b4e9ae8097ad64bc758ad1464d67ed76204294553296960837680b
+   source = https://github.com/maxtepkeev/python-redmine/archive/v2.3.0.tar.gz
+   sha256sums = 9c60667b79c1c93a1530d3b299beeb2278b34a33c03ac9bedd99e0d9fc9b0f3b

 pkgname = python-redmine
    depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index 86056f0..55b8cc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@

 pkgbase='python-redmine'
 pkgname=('python-redmine' 'python2-redmine')
-pkgver=2.2.1
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="Python library for communicating with a Redmine project management application"
 arch=("any")
@@ -14,7 +14,7 @@ makedepends=('python' 'python-setuptools'
 checkdepends=('python-nose' 'python-mock' 'python-requests' 'python-coverage')
 license=('Apache')
 source=("https://github.com/maxtepkeev/${pkgbase}/archive/v${pkgver}.tar.gz")
-sha256sums=('995e852545b4e9ae8097ad64bc758ad1464d67ed76204294553296960837680b')
+sha256sums=('9c60667b79c1c93a1530d3b299beeb2278b34a33c03ac9bedd99e0d9fc9b0f3b')

 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
-- 
2.30.1

$