diff --git a/.gitmodules b/.gitmodules index 27c8390..5308fce 100644 --- a/.gitmodules +++ b/.gitmodules @@ -271,21 +271,9 @@ [submodule "python-flake8-todo"] path = python-flake8-todo url = ssh://aur@aur.archlinux.org/python-flake8-todo.git -[submodule "python-lolcat"] - path = python-lolcat - url = ssh://aur@aur.archlinux.org/python-lolcat.git [submodule "python-managesieve"] path = python-managesieve url = ssh://aur@aur.archlinux.org/python-managesieve.git -[submodule "python-marshmallow-dataclass"] - path = python-marshmallow-dataclass - url = ssh://aur@aur.archlinux.org/python-marshmallow-dataclass.git -[submodule "python-marshmallow-union"] - path = python-marshmallow-union - url = ssh://aur@aur.archlinux.org/python-marshmallow-union.git -[submodule "python-nclib"] - path = python-nclib - url = ssh://aur@aur.archlinux.org/python-nclib.git [submodule "python-nox-poetry"] path = python-nox-poetry url = ssh://aur@aur.archlinux.org/python-nox-poetry.git @@ -295,9 +283,6 @@ [submodule "python-pylightxl"] path = python-pylightxl url = ssh://aur@aur.archlinux.org/python-pylightxl.git -[submodule "python-pylxd"] - path = python-pylxd - url = ssh://aur@aur.archlinux.org/python-pylxd.git [submodule "python-pytest-check"] path = python-pytest-check url = ssh://aur@aur.archlinux.org/python-pytest-check.git @@ -598,9 +583,6 @@ [submodule "plex-media-server-plexpass"] path = plex-media-server-plexpass url = https://aur.archlinux.org/plex-media-server-plexpass.git -[submodule "python-ws4py"] - path = python-ws4py - url = https://aur.archlinux.org/python-ws4py.git [submodule "shellcheck-bin"] path = shellcheck-bin url = https://aur.archlinux.org/shellcheck-bin.git diff --git a/commitizen/PKGBUILD b/commitizen/PKGBUILD index a905f14..8bfc9f4 100644 --- a/commitizen/PKGBUILD +++ b/commitizen/PKGBUILD @@ -3,7 +3,7 @@ pkgname=commitizen pkgver=2.20.0 -pkgrel=1 +pkgrel=2 pkgdesc="A tool for enforcing descriptive commit messages and version/changelog management" arch=('any') url="https://github.com/commitizen-tools/commitizen" diff --git a/cram b/cram index 108f4c9..a5924fe 160000 --- a/cram +++ b/cram @@ -1 +1 @@ -Subproject commit 108f4c924e528ef0c2b86136bef02f1cc4a0122c +Subproject commit a5924fe3ec8024820ccfb5f54c6df2177f807e62 diff --git a/prometheus-smbmc-exporter/PKGBUILD b/prometheus-smbmc-exporter/PKGBUILD index ffaace6..6c3baa8 100644 --- a/prometheus-smbmc-exporter/PKGBUILD +++ b/prometheus-smbmc-exporter/PKGBUILD @@ -3,7 +3,7 @@ pkgname=prometheus-smbmc-exporter _pkgname=smbmc-exporter pkgver=0.1.0 -pkgrel=4 +pkgrel=5 pkgdesc="Prometheus exporter for smbmc metrics" arch=('any') url="https://github.com/grawlinson/smbmc-exporter" diff --git a/pypyr b/pypyr index de4c7b7..9967a17 160000 --- a/pypyr +++ b/pypyr @@ -1 +1 @@ -Subproject commit de4c7b7f4e40fc03dbbf0e5cbeb1402f1c51c05f +Subproject commit 9967a17939495053a0a1a990ace411253c92b4f0 diff --git a/python-auto-changelog b/python-auto-changelog index 8a34546..f6b21dd 160000 --- a/python-auto-changelog +++ b/python-auto-changelog @@ -1 +1 @@ -Subproject commit 8a34546f04524b24852b416f1136023b094499ea +Subproject commit f6b21ddee066c37749806526a0760be46c296d55 diff --git a/python-base32-crockford/PKGBUILD b/python-base32-crockford/PKGBUILD index 6cba0ab..6aad197 100644 --- a/python-base32-crockford/PKGBUILD +++ b/python-base32-crockford/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-base32-crockford _pkgname="${pkgname#python-}" pkgver=0.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Python implementation of Douglas Crockford's base32 encoding scheme" arch=('any') url="https://github.com/jbittel/base32-crockford" diff --git a/python-cron-descriptor/PKGBUILD b/python-cron-descriptor/PKGBUILD index 4b12642..d68f76e 100644 --- a/python-cron-descriptor/PKGBUILD +++ b/python-cron-descriptor/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-cron-descriptor _pkgname="${pkgname#python-}" pkgver=1.2.24 -pkgrel=1 +pkgrel=2 pkgdesc="A Python library that converts cron expressions into human readable strings" arch=('any') url="https://github.com/Salamek/cron-descriptor" diff --git a/python-croniter/PKGBUILD b/python-croniter/PKGBUILD index c312b40..106afb6 100644 --- a/python-croniter/PKGBUILD +++ b/python-croniter/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-croniter _pkgname="${pkgname#python-}" pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Provides iteration for the datetime object with a cron like format" arch=('any') url="https://github.com/kiorky/croniter" diff --git a/python-crontab/PKGBUILD b/python-crontab/PKGBUILD index 44a50d8..33ea025 100644 --- a/python-crontab/PKGBUILD +++ b/python-crontab/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-crontab pkgver=2.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="A module for reading/writing crontab files & accessing the system cron" arch=('any') url="https://gitlab.com/doctormo/python-crontab" diff --git a/python-decli/PKGBUILD b/python-decli/PKGBUILD index 7efc657..0da0c65 100644 --- a/python-decli/PKGBUILD +++ b/python-decli/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-decli _pkgname="${pkgname#python-}" pkgver=0.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="A minimal declarative command-line interface library" arch=('any') url="https://github.com/Woile/decli" diff --git a/python-desert b/python-desert index 3c76fc6..6fd4f56 160000 --- a/python-desert +++ b/python-desert @@ -1 +1 @@ -Subproject commit 3c76fc69b54811e2ce2050fb2b998d3cb684e8f0 +Subproject commit 6fd4f56cbf07a1a54d76899c62d1cc42c968ba5d diff --git a/python-dnc b/python-dnc index eee19be..9829eb7 160000 --- a/python-dnc +++ b/python-dnc @@ -1 +1 @@ -Subproject commit eee19be412056a43051c0555c857516a751cac52 +Subproject commit 9829eb76fac8b885e32cabcfef7aa493bd743165 diff --git a/python-flake8-annotations b/python-flake8-annotations index 4c5daee..5cba80c 160000 --- a/python-flake8-annotations +++ b/python-flake8-annotations @@ -1 +1 @@ -Subproject commit 4c5daee4602e9ca08fa5165e332f6be3ffafb558 +Subproject commit 5cba80c3b1321c31cb983f6ed5ddbc2a7bdaf7c7 diff --git a/python-flake8-plugin-utils b/python-flake8-plugin-utils index c9f4788..8e7fbf7 160000 --- a/python-flake8-plugin-utils +++ b/python-flake8-plugin-utils @@ -1 +1 @@ -Subproject commit c9f4788b152513cdf4fc9cb80ff7fc4b79a298a6 +Subproject commit 8e7fbf7648e3705a11447a72edf07ab3fa47d7dc diff --git a/python-flake8-pytest-style b/python-flake8-pytest-style index dab2621..5b698a6 160000 --- a/python-flake8-pytest-style +++ b/python-flake8-pytest-style @@ -1 +1 @@ -Subproject commit dab26211bd306c401fa814c4c214b5a53e0e0eb4 +Subproject commit 5b698a6175d1323198f7c864d28ee6a0ff26027f diff --git a/python-flake8-todo b/python-flake8-todo index 8adc21e..a91a758 160000 --- a/python-flake8-todo +++ b/python-flake8-todo @@ -1 +1 @@ -Subproject commit 8adc21e6efe33305b9bc2ae60f3a4de35a10416c +Subproject commit a91a75819f638f48ef8a06172b876561352c6763 diff --git a/python-lolcat b/python-lolcat deleted file mode 160000 index efb2dd3..0000000 --- a/python-lolcat +++ /dev/null @@ -1 +0,0 @@ -Subproject commit efb2dd39adbfceffb73c9d73d307b5512d6bdce7 diff --git a/python-managesieve b/python-managesieve index 8258226..1b794d6 160000 --- a/python-managesieve +++ b/python-managesieve @@ -1 +1 @@ -Subproject commit 825822604324d5dabfa00d39a0a78b4ac23ae4f9 +Subproject commit 1b794d6353c17cd4e6b35d8c3ba72018fb0225f4 diff --git a/python-marshmallow-dataclass b/python-marshmallow-dataclass deleted file mode 160000 index 9508489..0000000 --- a/python-marshmallow-dataclass +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9508489a6751347142e2539aa38c734f9e937746 diff --git a/python-marshmallow-union b/python-marshmallow-union deleted file mode 160000 index 1151ce0..0000000 --- a/python-marshmallow-union +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1151ce05e70a7f696281f2ada29da8c07915d03c diff --git a/python-nclib b/python-nclib deleted file mode 160000 index a405985..0000000 --- a/python-nclib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a4059855ac6f8d79d8a94ed446a2db8e1cd17dc3 diff --git a/python-nox-poetry b/python-nox-poetry index 178c18e..a87f19b 160000 --- a/python-nox-poetry +++ b/python-nox-poetry @@ -1 +1 @@ -Subproject commit 178c18e637b4c2a9d06019d4adbe3b2e0515238d +Subproject commit a87f19b168add998958477e767656b2766eb725c diff --git a/python-oyaml/PKGBUILD b/python-oyaml/PKGBUILD index ed814a2..65d9a10 100644 --- a/python-oyaml/PKGBUILD +++ b/python-oyaml/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-oyaml _pkgname="${pkgname#python-}" pkgver=1.0 -pkgrel=3 +pkgrel=4 pkgdesc="A drop-in replacement for PyYAML which preserves dict ordering" arch=('any') url="https://github.com/wimglenn/oyaml" diff --git a/python-pglast b/python-pglast index a7e4998..4b48a87 160000 --- a/python-pglast +++ b/python-pglast @@ -1 +1 @@ -Subproject commit a7e499892b180eea23389f2b05edabe103fa9168 +Subproject commit 4b48a8707434f1d9d8d33a87a1714211fd75d9e3 diff --git a/python-pydeps/PKGBUILD b/python-pydeps/PKGBUILD index f14b181..a624b72 100644 --- a/python-pydeps/PKGBUILD +++ b/python-pydeps/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-pydeps _name=${pkgname#python-} pkgver=1.10.12 -pkgrel=1 +pkgrel=2 pkgdesc="Python module dependency graphs" arch=('any') url="https://github.com/thebjorn/pydeps" diff --git a/python-pylightxl b/python-pylightxl index c4dbc36..c8b5ae3 160000 --- a/python-pylightxl +++ b/python-pylightxl @@ -1 +1 @@ -Subproject commit c4dbc369a8d519a9922b630a805e06e844e36f3b +Subproject commit c8b5ae3245c9ee6a7d1524a02c81f1b64161e6db diff --git a/python-pylxd b/python-pylxd deleted file mode 160000 index 5680036..0000000 --- a/python-pylxd +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5680036a99236f6e0660cfe89f1fe800ecd6bc09 diff --git a/python-pytest-check b/python-pytest-check index 61fc29d..51e9c03 160000 --- a/python-pytest-check +++ b/python-pytest-check @@ -1 +1 @@ -Subproject commit 61fc29da0609e498e48f9109f9d304acefce99fe +Subproject commit 51e9c033f95b4a28af5f044b79e3df8bcc904760 diff --git a/python-pytest-deadfixtures b/python-pytest-deadfixtures index 3c60c88..454c307 160000 --- a/python-pytest-deadfixtures +++ b/python-pytest-deadfixtures @@ -1 +1 @@ -Subproject commit 3c60c8840858d323a8a5ccd494f61c540ccfc4fd +Subproject commit 454c3070f5cf9b72db618dd2757e340341792d14 diff --git a/python-questionary/PKGBUILD b/python-questionary/PKGBUILD index 35e8d61..bc98cba 100644 --- a/python-questionary/PKGBUILD +++ b/python-questionary/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-questionary _pkgname="${pkgname#python-}" pkgver=1.10.0 -pkgrel=1 +pkgrel=2 pkgdesc="A library to build pretty command line user prompts" arch=('any') url="https://github.com/tmbo/questionary" diff --git a/python-smbmc/PKGBUILD b/python-smbmc/PKGBUILD index 17660c9..c9bfbb3 100644 --- a/python-smbmc/PKGBUILD +++ b/python-smbmc/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-smbmc _pkgname=smbmc pkgver=0.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Supermicro BMC interface" arch=('any') url="https://github.com/grawlinson/smbmc" diff --git a/python-sqlalchemy2-stubs b/python-sqlalchemy2-stubs index f352197..5929a27 160000 --- a/python-sqlalchemy2-stubs +++ b/python-sqlalchemy2-stubs @@ -1 +1 @@ -Subproject commit f3521971b43ce1bd54bd74d134f33b0431c9bec5 +Subproject commit 5929a27abea5bc9e8edf2afbe7ff9b784a6495d5 diff --git a/python-sqlmodel b/python-sqlmodel index 7bf9a6f..c7a60c5 160000 --- a/python-sqlmodel +++ b/python-sqlmodel @@ -1 +1 @@ -Subproject commit 7bf9a6fd0963b58fb5aa9368e9e137622d771cf2 +Subproject commit c7a60c56d500e5f5c744f3f7742491c238aced06 diff --git a/python-stdlib-list b/python-stdlib-list index db93880..042c8b6 160000 --- a/python-stdlib-list +++ b/python-stdlib-list @@ -1 +1 @@ -Subproject commit db938801f118e9ffeaf0fbfb010559335bd40e98 +Subproject commit 042c8b66491765b3105fe9e1ff04b558e04262e2 diff --git a/python-taskipy b/python-taskipy index e2395f6..947433c 160000 --- a/python-taskipy +++ b/python-taskipy @@ -1 +1 @@ -Subproject commit e2395f696a5cf42fca23529f50145c78330bf46b +Subproject commit 947433cb03052bd640a7c4b82c81518fd33d9109 diff --git a/python-ws4py b/python-ws4py deleted file mode 160000 index 2373557..0000000 --- a/python-ws4py +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2373557c06e1a82aa5cab16aed3cb34ea050be12 diff --git a/python-xdoctest b/python-xdoctest index 0c03374..81ef513 160000 --- a/python-xdoctest +++ b/python-xdoctest @@ -1 +1 @@ -Subproject commit 0c03374a5c735b27bddc6649d80a8f0e533eccca +Subproject commit 81ef51309c90bc11eb821cffe9adf9bb07682a93 diff --git a/sqlfluff b/sqlfluff index d8db719..3fc3b46 160000 --- a/sqlfluff +++ b/sqlfluff @@ -1 +1 @@ -Subproject commit d8db7193708682faac39d108ef35ed056264c831 +Subproject commit 3fc3b4613555ce64e4dd93b90f8cde129e632d26