Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-apscheduler


Commits:
d3fd0f26 by Antonio Rojas at 2024-05-10T21:19:37+02:00
upgpkg: 3.10.4-2: Update to 3.10.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-apscheduler
        pkgdesc = In-process task scheduler with Cron-like capabilities
-       pkgver = 3.10.1
+       pkgver = 3.10.4
        pkgrel = 2
        url = https://github.com/agronholm/apscheduler
        arch = any
@@ -21,7 +21,7 @@ pkgbase = python-apscheduler
        depends = python-six
        depends = python-pytz
        depends = python-tzlocal
-       source = 
git+https://github.com/agronholm/apscheduler.git#commit=be291699755e58ff398f90b5e71bff1e163df1db
-       sha512sums = SKIP
+       source = git+https://github.com/agronholm/apscheduler.git#tag=3.10.4
+       sha512sums = 
c2b5648f8696afcc5413734de069977346a9c9adbb59a9889fd38cc0c9aa827e25977b7a3bef390f700a65ad4bdc31aaa49d469bfdeda66523adb9accf7c6b63
 
 pkgname = python-apscheduler


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,7 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=python-apscheduler
-pkgver=3.10.1
-_commit=be291699755e58ff398f90b5e71bff1e163df1db
+pkgver=3.10.4
 pkgrel=2
 pkgdesc="In-process task scheduler with Cron-like capabilities"
 url="https://github.com/agronholm/apscheduler";
@@ -14,8 +13,8 @@ checkdepends=('pifpaf' 'python-gevent' 
'python-pytest-asyncio' 'python-pytest-co
               'python-pytest-tornado' 'python-redis' 'python-sqlalchemy' 
'python-tornado'
               'python-twisted' 'redis')
 # python-kazoo, python-pymongo removed due to lack of running service
-source=("git+https://github.com/agronholm/apscheduler.git#commit=$_commit";)
-sha512sums=('SKIP')
+source=("git+https://github.com/agronholm/apscheduler.git#tag=$pkgver";)
+sha512sums=('c2b5648f8696afcc5413734de069977346a9c9adbb59a9889fd38cc0c9aa827e25977b7a3bef390f700a65ad4bdc31aaa49d469bfdeda66523adb9accf7c6b63')
 
 build() {
   cd apscheduler



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-apscheduler/-/commit/d3fd0f26c0b222ac4c6432958adb9c8a7570afdf

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-apscheduler/-/commit/d3fd0f26c0b222ac4c6432958adb9c8a7570afdf
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to