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


Commits:
72dcb0d3 by Antonio Rojas at 2026-05-19T11:30:48+02:00
upgpkg: 0.1.9.post1-1: Upstream update

- - - - -


5 changed files:

- .SRCINFO
- + LICENSE
- + LICENSES/0BSD.txt
- PKGBUILD
- + REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-qdldl
        pkgdesc = Python interface to the QDLDL free LDL factorization routine 
for quasi-definite linear systems
-       pkgver = 0.1.7.post5
+       pkgver = 0.1.9.post1
        pkgrel = 1
        url = https://github.com/oxfordcontrol/qdldl-python/
        arch = x86_64
@@ -13,13 +13,14 @@ pkgbase = python-qdldl
        makedepends = python-installer
        makedepends = python-setuptools
        makedepends = python-wheel
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        depends = python
        depends = python-scipy
-       source = git+https://github.com/osqp/qdldl-python#tag=v0.1.7.post5
+       source = git+https://github.com/osqp/qdldl-python#tag=v0.1.9.post1
        source = git+https://github.com/oxfordcontrol/qdldl
-       sha256sums = 
97a009c64d5081e61473b382210d64066256713e6761e4be331b81c4f1c23b57
+       sha256sums = 
0d933b4c313abb5d5bda94459074d4caac71230c4d0900a87d897cebe5696002
        sha256sums = SKIP
 
 pkgname = python-qdldl


=====================================
LICENSE
=====================================
@@ -0,0 +1,12 @@
+Copyright Arch Linux Contributors
+
+Permission to use, copy, modify, and/or distribute this software for
+any purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
+FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
+DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
+AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


=====================================
LICENSES/0BSD.txt
=====================================
@@ -0,0 +1 @@
+../LICENSE
\ No newline at end of file


=====================================
PKGBUILD
=====================================
@@ -2,14 +2,15 @@
 
 _pyname=qdldl-python
 pkgname=python-qdldl
-pkgver=0.1.7.post5
+pkgver=0.1.9.post1
 pkgrel=1
 pkgdesc='Python interface to the QDLDL free LDL factorization routine for 
quasi-definite linear systems'
 url='https://github.com/oxfordcontrol/qdldl-python/'
 license=(Apache-2.0)
 arch=(x86_64)
-depends=(gcc-libs
-         glibc
+depends=(glibc
+         libgcc
+         libstdc++
          python
          python-scipy)
 makedepends=(cmake
@@ -22,7 +23,7 @@ makedepends=(cmake
 checkdepends=(python-pytest)
 source=(git+https://github.com/osqp/$_pyname#tag=v$pkgver
         git+https://github.com/oxfordcontrol/qdldl)
-sha256sums=('97a009c64d5081e61473b382210d64066256713e6761e4be331b81c4f1c23b57'
+sha256sums=('0d933b4c313abb5d5bda94459074d4caac71230c4d0900a87d897cebe5696002'
             'SKIP')
 
 prepare() {


=====================================
REUSE.toml
=====================================
@@ -0,0 +1,25 @@
+version = 1
+
+[[annotations]]
+path = [
+    "PKGBUILD",
+    "README.md",
+    "keys/**",
+    ".SRCINFO",
+    ".gitignore",
+    ".nvchecker.toml",
+    "*.install",
+    "*.sysusers",
+    "*sysusers.conf",
+    "*.tmpfiles",
+    "*tmpfiles.conf",
+    "*.logrotate",
+    "*.pam",
+    "*.service",
+    "*.socket",
+    "*.timer",
+    "*.desktop",
+    "*.hook",
+]
+SPDX-FileCopyrightText = "Arch Linux contributors"
+SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qdldl/-/commit/72dcb0d3c6e5d93e290283b598fddcc6d458adc9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qdldl/-/commit/72dcb0d3c6e5d93e290283b598fddcc6d458adc9
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to