Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-rpy2
Commits:
4952c0f7 by Antonio Rojas at 2024-11-28T18:10:04+01:00
upgpkg: 3.5.17-1: Update to 3.5.17
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-rpy2
pkgdesc = A very simple, yet robust, Python interface to the R
Programming Language
- pkgver = 3.5.16
- pkgrel = 3
+ pkgver = 3.5.17
+ pkgrel = 1
url = https://rpy2.github.io/
arch = x86_64
license = MPL
@@ -21,7 +21,7 @@ pkgbase = python-rpy2
depends = python-tzlocal
depends = r
optdepends = python-pandas: conversion between rpy and pandas
- source = git+https://github.com/rpy2/rpy2#tag=RELEASE_3_5_16
- sha256sums =
981fb859b9b21249b828991cd40c3544b3372a01be7b7b9755dc40b5d5b56be3
+ source = git+https://github.com/rpy2/rpy2#tag=RELEASE_3_5_17
+ sha256sums =
7945658af4478d744b5d8e4afa60ef7f791fe16055070e5604cebec7f4c80c2c
pkgname = python-rpy2
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: David Pretty <[email protected]>
pkgname=python-rpy2
-pkgver=3.5.16
-pkgrel=3
+pkgver=3.5.17
+pkgrel=1
pkgdesc='A very simple, yet robust, Python interface to the R Programming
Language'
arch=(x86_64)
url='https://rpy2.github.io/'
@@ -25,7 +25,7 @@ makedepends=(git
checkdepends=(python-pytest)
optdepends=('python-pandas: conversion between rpy and pandas')
source=(git+https://github.com/rpy2/rpy2#tag=RELEASE_${pkgver//./_})
-sha256sums=('981fb859b9b21249b828991cd40c3544b3372a01be7b7b9755dc40b5d5b56be3')
+sha256sums=('7945658af4478d744b5d8e4afa60ef7f791fe16055070e5604cebec7f4c80c2c')
prepare() {
cd rpy2
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rpy2/-/commit/4952c0f7bd3cb455b4c02bbb3f782e6df098751c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rpy2/-/commit/4952c0f7bd3cb455b4c02bbb3f782e6df098751c
You're receiving this email because of your account on gitlab.archlinux.org.