summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevgfilim12017-06-02 16:06:20 +0500
committerevgfilim12017-06-02 16:06:20 +0500
commit1296c4998c33b745a05c3c605a05e3569a27cbb2 (patch)
treeb9b8a22a5bd27bb6786e0367ecaa354848526cc3
parent78f4938a2e4654652bec19f4112c44bf93715ceb (diff)
downloadaur-1296c4998c33b745a05c3c605a05e3569a27cbb2.tar.gz
Updated to version 6.0.3.r32
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGES.rst1
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 526f81b037fb..ad21d024c2a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telegram-bot-git
pkgdesc = A Python wrapper around the Telegram Bot API
- pkgver = 6.0.3.r0.1951d6f
+ pkgver = 6.0.3.r32.c0e3453
pkgrel = 1
url = https://github.com/python-telegram-bot/python-telegram-bot
changelog = CHANGES.rst
diff --git a/CHANGES.rst b/CHANGES.rst
index b05fc3dc5601..f4b5142525ab 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -86,6 +86,7 @@ Changes
- Rework ``JobQueue``
- Introduce ``ConversationHandler``
+- Introduce ``telegram.constants`` - https://github.com/python-telegram-bot/python-telegram-bot/pull/342
**2016-07-12**
diff --git a/PKGBUILD b/PKGBUILD
index 97c12626d625..c2354424c790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-telegram-bot-git')
_pkgver=6.0.3
_lastver_commit=1951d6f
-pkgver=6.0.3.r0.1951d6f
+pkgver=6.0.3.r32.c0e3453
pkgrel=1
pkgdesc="A Python wrapper around the Telegram Bot API"
arch=('any')
@@ -26,7 +26,7 @@ prepare() {
pkgver() {
cd "$srcdir/$pkgname"
printf "%s.r%s.%s" "${_pkgver}" "$(git rev-list --count ${_lastver_commit}..HEAD)" "$(git rev-parse --short HEAD)"
- # printf "%s" "$(git describe --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g')"
+ # printf "%s" "$(git describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g')"
}
build() {