Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-urllib3


Commits:
68e6db6b by Carl Smedstad at 2024-11-17T14:45:54+01:00
Replace pytest-freezegun with actively maintained pytest-freezer (again)

- - - - -
ed309703 by Carl Smedstad at 2024-11-17T14:46:13+01:00
Remove unused LICENSE file

- - - - -
3ea6cb93 by Carl Smedstad at 2024-11-17T14:49:27+01:00
upgpkg: 1.26.20-3: Replace python-pytest-freezegun with python-pytest-freezer

- - - - -


3 changed files:

- .SRCINFO
- − LICENSE
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-urllib3
        pkgdesc = HTTP library with thread-safe connection pooling and file 
post support
        pkgver = 1.26.20
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/urllib3/urllib3
        arch = any
        license = MIT


=====================================
LICENSE deleted
=====================================
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
-------CUT------
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c) <year> <copyright holders>
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 _name=urllib3
 pkgname=python-urllib3
 pkgver=1.26.20
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
 arch=("any")
 url="https://github.com/urllib3/urllib3";
@@ -29,7 +29,7 @@ checkdepends=(
   'python-pyopenssl'
   'python-pysocks'
   'python-pytest'
-  'python-pytest-freezegun'
+  'python-pytest-freezer'
   'python-pytest-timeout'
   'python-tornado'
   'python-trustme'
@@ -76,5 +76,5 @@ check() {
 package() {
   cd $_name-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-urllib3/-/compare/b23c7c8366254f7d129588061e461d01af496b95...3ea6cb936e5542ca4de681f0b4180113562005b4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-urllib3/-/compare/b23c7c8366254f7d129588061e461d01af496b95...3ea6cb936e5542ca4de681f0b4180113562005b4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to