Date: Monday, October 24, 2022 @ 08:23:01
  Author: alucryd
Revision: 1334506

archrelease: copy trunk to community-any

Added:
  uvicorn/repos/community-any/PKGBUILD
    (from rev 1334505, uvicorn/trunk/PKGBUILD)
Deleted:
  uvicorn/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-24 08:22:51 UTC (rev 1334505)
+++ PKGBUILD    2022-10-24 08:23:01 UTC (rev 1334506)
@@ -1,45 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=uvicorn
-pkgver=0.18.3
-pkgrel=1
-pkgdesc='The lightning-fast ASGI server'
-arch=(any)
-url=https://github.com/encode/uvicorn
-license=(BSD)
-depends=(
-  python
-  python-asgiref
-  python-click
-  python-h11
-  python-httptools
-  python-uvloop
-  python-websockets
-)
-makedepends=(
-  git
-  python-build
-  python-hatchling
-  python-installer
-)
-_tag=ccd1aae48e49dd8c9365600fd79e886efe88be1d
-source=(git+https://github.com/encode/uvicorn#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd uvicorn
-  git describe --tags
-}
-
-build() {
-  cd uvicorn
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  python -m installer --destdir="${pkgdir}" uvicorn/dist/*.whl
-  install -Dm 644 uvicorn/LICENSE.md -t "${pkgdir}"/usr/share/licenses/uvicorn/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uvicorn/repos/community-any/PKGBUILD (from rev 1334505, 
uvicorn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-24 08:23:01 UTC (rev 1334506)
@@ -0,0 +1,45 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=uvicorn
+pkgver=0.19.0
+pkgrel=1
+pkgdesc='The lightning-fast ASGI server'
+arch=(any)
+url=https://github.com/encode/uvicorn
+license=(BSD)
+depends=(
+  python
+  python-asgiref
+  python-click
+  python-h11
+  python-httptools
+  python-uvloop
+  python-websockets
+)
+makedepends=(
+  git
+  python-build
+  python-hatchling
+  python-installer
+)
+_tag=b06cc6376dfc566637a79607d5755d9519b3d6c6
+source=(git+https://github.com/encode/uvicorn#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd uvicorn
+  git describe --tags
+}
+
+build() {
+  cd uvicorn
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  python -m installer --destdir="${pkgdir}" uvicorn/dist/*.whl
+  install -Dm 644 uvicorn/LICENSE.md -t "${pkgdir}"/usr/share/licenses/uvicorn/
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to