Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-sybil


Commits:
030b2127 by Felix Yan at 2023-12-05T12:22:31+02:00
upgpkg: 6.0.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = python-sybil
+       pkgdesc = Automated testing for the examples in your documentation.
+       pkgver = 6.0.0
+       pkgrel = 1
+       url = https://github.com/cjw296/sybil
+       arch = any
+       license = MIT
+       checkdepends = python-pytest
+       checkdepends = python-seedir
+       checkdepends = python-testfixtures
+       checkdepends = python-yaml
+       makedepends = git
+       makedepends = python-setuptools
+       depends = python
+       source = 
git+https://github.com/cjw296/sybil.git#commit=89f02d221234040753642f380c840cb3a9890b31
+       sha512sums = SKIP
+
+pkgname = python-sybil


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=python-sybil
-pkgver=5.0.3
-_commit=6cbbb7940ced12e4a77943012b499a64e52d08cb
+pkgver=6.0.0
+_commit=89f02d221234040753642f380c840cb3a9890b31
 pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
 url='https://github.com/cjw296/sybil'
 depends=('python')
 makedepends=('git' 'python-setuptools')
-checkdepends=('python-pytest' 'python-seedir' 'python-testfixtures')
+checkdepends=('python-pytest' 'python-seedir' 'python-testfixtures' 
'python-yaml')
 source=("git+https://github.com/cjw296/sybil.git#commit=$_commit";)
 sha512sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sybil/-/commit/030b2127929c9a211486d3b30e6a41f32320e6f9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sybil/-/commit/030b2127929c9a211486d3b30e6a41f32320e6f9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to