Compare commits

..
28 Commits
Author SHA1 Message Date
Arjan van de Ven 497f2a66f4 update packages 2024-03-15 20:03:14 +00:00
William Douglas 3b8d3c66ea Remove echo on koji tag/untag
Signed-off-by: William Douglas <william.douglas@intel.com>
2024-03-12 15:34:16 -07:00
William Douglas 373cbad44c Add koji-tag and koji-untag targets
Add koji-tag and koji-untag targets that can be used to tag and untag
dist-clear on the current nvr build of the package in koji.

Signed-off-by: William Douglas <william.douglas@intel.com>
2024-03-12 15:31:04 -07:00
clrbuilder 0fcc984675 Update packages file for version 40810
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-02-07 10:37:45 -08:00
clrbuilder 78023bd74a Update packages file for version 40800
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-02-06 13:47:20 -08:00
clrbuilder d2b5b72346 Update packages file for version 40770
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-02-06 00:07:38 -08:00
clrbuilder 4953d9e087 Update packages file for version 40760
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-02-02 00:19:19 -08:00
clrbuilder ee37765ed2 Update packages file for version 40750
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-02-01 00:07:47 -08:00
clrbuilder 492abf6d32 Update packages file for version 40740
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-30 19:12:45 -08:00
clrbuilder 2562a8c7fb Update packages file for version 40720
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-30 00:07:47 -08:00
clrbuilder 5fd02ece36 Update packages file for version 40700
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-23 00:07:31 -08:00
clrbuilder 039e63fb1e Update packages file for version 40690
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-18 00:08:20 -08:00
clrbuilder dcf8bc4978 Update packages file for version 40660
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-14 09:22:12 -08:00
clrbuilder 3951710117 Update packages file for version 40630
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-09 00:07:14 -08:00
clrbuilder 504d77bc58 Update packages file for version 40590
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-02 00:07:06 -08:00
clrbuilder d3514ae496 Update packages file for version 40540
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-12-21 22:33:32 -08:00
clrbuilder 4403e9280a Update packages file for version 40500
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-12-19 06:25:34 -08:00
clrbuilder 0aed61be35 Update packages file for version 40460
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-12-12 00:09:31 -08:00
clrbuilder cdda6bcece Update packages file for version 40440
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-12-05 00:07:28 -08:00
clrbuilder 61203724ab Update packages file for version 40430
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-12-01 11:56:03 -08:00
clrbuilder 3dfbdf4c58 Update packages file for version 40420
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-30 00:06:04 -08:00
clrbuilder e0e5b4b1a7 Update packages file for version 40410
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-28 05:38:34 -08:00
clrbuilder b95dd8c67f Update packages file for version 40370
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-21 00:06:56 -08:00
Brett T. Warden 8ed4d2d0de Fix regex escaping in vendor.py
Address this warning from Python:
SyntaxWarning: invalid escape sequence '\-'
2023-11-20 12:58:01 -08:00
clrbuilder 023a2da624 Update packages file for version 40360
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-16 00:06:50 -08:00
clrbuilder cdd4aeebe2 Update packages file for version 40340
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-14 00:07:06 -08:00
clrbuilder ee744332e0 Update packages file for version 40310
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-03 09:03:52 -07:00
clrbuilder 353042a9bd Update packages file for version 40290
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-01 11:20:28 -07:00
3 changed files with 91 additions and 21 deletions
+11
View File
@@ -391,6 +391,17 @@ koji-waitrepo: kojidef
koji wait-repo --build=${SRPMVERS} ${WAIT_OPTS} ${KOJI_TAG}-build; \ koji wait-repo --build=${SRPMVERS} ${WAIT_OPTS} ${KOJI_TAG}-build; \
fi fi
.PHONY: koji-tag
#help koji-tag: runs koji tag-pkg on what's in the current specfile's nvr
koji-tag:
koji tag-pkg dist-clear $(SRPMVERS)
.PHONY: koji-untag
#help koji-untag: runs koji untag-pkg on what's in the current specfile's nvr
koji-untag:
koji untag-pkg dist-clear $(SRPMVERS)
update-versions: update-versions:
.PHONY: update .PHONY: update
+78 -19
View File
@@ -10,6 +10,7 @@ DML
Endeavour Endeavour
F-Engrave F-Engrave
FreeRDP FreeRDP
FreeRDP2
GConf GConf
Gradio Gradio
ImageMagick ImageMagick
@@ -228,6 +229,7 @@ R-bench
R-benchr R-benchr
R-betareg R-betareg
R-bibtex R-bibtex
R-bigD
R-biglm R-biglm
R-binGroup R-binGroup
R-bindr R-bindr
@@ -247,6 +249,7 @@ R-bridgesampling
R-brio R-brio
R-brms R-brms
R-broom R-broom
R-broom.helpers
R-broom.mixed R-broom.mixed
R-bslib R-bslib
R-bvls R-bvls
@@ -459,6 +462,7 @@ R-ggplot2
R-ggplot2movies R-ggplot2movies
R-ggrepel R-ggrepel
R-ggridges R-ggridges
R-ggstats
R-ggvis R-ggvis
R-gh R-gh
R-git2r R-git2r
@@ -639,6 +643,7 @@ R-mvnfast
R-mvnormtest R-mvnormtest
R-mvoutlier R-mvoutlier
R-mvtnorm R-mvtnorm
R-nanoarrow
R-natserv R-natserv
R-ncbit R-ncbit
R-ncdf4 R-ncdf4
@@ -910,6 +915,7 @@ R-statmod
R-statnet.common R-statnet.common
R-stringdist R-stringdist
R-stringi R-stringi
R-stringmagic
R-stringr R-stringr
R-strucchange R-strucchange
R-styler R-styler
@@ -1040,6 +1046,7 @@ SuiteSparse
TLP TLP
Thunar Thunar
UCD UCD
UxPlay
VTK VTK
Vc Vc
Vulkan-Headers Vulkan-Headers
@@ -1095,6 +1102,7 @@ arp-scan
arpack-ng arpack-ng
artikulate artikulate
asciidoc asciidoc
asciidoctor
asciinema asciinema
asio asio
aspell aspell
@@ -1148,6 +1156,7 @@ bind-utils
binutils binutils
binwalk binwalk
bison bison
blender
blinken blinken
blivet-gui blivet-gui
blktrace blktrace
@@ -1214,6 +1223,7 @@ capnproto
capslock capslock
capstone capstone
casync casync
catch2
ccache ccache
ccid ccid
cdparanoia cdparanoia
@@ -1254,6 +1264,7 @@ clr-installer
clr-man-pages clr-man-pages
clr-network-troubleshooter clr-network-troubleshooter
clr-one-shot-updates clr-one-shot-updates
clr-optimized-link-scripts
clr-power-tweaks clr-power-tweaks
clr-python-timestamp clr-python-timestamp
clr-pyversion-strip clr-pyversion-strip
@@ -1284,8 +1295,10 @@ collectl
colm colm
colord colord
colord-gtk colord-gtk
colord-kde
colordiff colordiff
columbiad columbiad
compat-Botan-soname2
compat-atkmm-soname16 compat-atkmm-soname16
compat-babeltrace-one compat-babeltrace-one
compat-cairomm-soname10 compat-cairomm-soname10
@@ -1300,17 +1313,23 @@ compat-gnome-bluetooth-soname-13
compat-gtksourceview-soname3 compat-gtksourceview-soname3
compat-json-c-soname4 compat-json-c-soname4
compat-libffi-soname6 compat-libffi-soname6
compat-libffi-soname7
compat-libpng-soname12 compat-libpng-soname12
compat-libsigc++-soname20 compat-libsigc++-soname20
compat-libsoup-soname-24 compat-libsoup-soname-24
compat-libva-soname1 compat-libva-soname1
compat-libvpx-soname7 compat-libvpx-soname7
compat-libvpx-soname8
compat-pangomm-soname14 compat-pangomm-soname14
compat-protobuf-soname29 compat-protobuf-soname29
compat-re2-soname10 compat-re2-soname10
compat-readline-soname5 compat-readline-soname5
compat-taglib-soname1
compat-tbb-soname2
compat-tiff-soname5 compat-tiff-soname5
compat-wlroots-soname11
component component
compose
configobj configobj
confuse confuse
conky conky
@@ -1377,6 +1396,7 @@ directx-headers
direwolf direwolf
dist-pam-configs dist-pam-configs
dkms dkms
dlib
dlt-daemon dlt-daemon
dmap2gcode dmap2gcode
dmenu dmenu
@@ -1399,14 +1419,15 @@ dotconf
double-conversion double-conversion
dovecot dovecot
doxygen doxygen
dpcpp-compiler
dpdk dpdk
draco
dracut dracut
dragon dragon
dragonbox dragonbox
drkonqi drkonqi
dropwatch dropwatch
dssi dssi
dstat
dtc dtc
duktape duktape
dunst dunst
@@ -1439,6 +1460,7 @@ eog
eog-plugins eog-plugins
epm epm
epson-inkjet-printer-escpr epson-inkjet-printer-escpr
epsonscan2
ethtool ethtool
etr etr
eventviews eventviews
@@ -1448,7 +1470,7 @@ evolution-data-server
evolution-ews evolution-ews
evtest evtest
exempi exempi
exfat-utils exfatprogs
exiv2 exiv2
exo exo
expat expat
@@ -1465,6 +1487,7 @@ fcgi
fdupes fdupes
feh feh
fetchmail fetchmail
ffmpegthumbs
fftw fftw
file file
file-roller file-roller
@@ -1519,6 +1542,7 @@ gc
gcab gcab
gcc gcc
gcc11 gcc11
gcc14
gcc7 gcc7
gcc8 gcc8
gcc9 gcc9
@@ -1555,6 +1579,7 @@ gimp
girara girara
git git
git-gui git-gui
git-lfs
gitg gitg
gitolite gitolite
gjs gjs
@@ -1707,6 +1732,7 @@ hexedit
hicolor-icon-theme hicolor-icon-theme
hiredis-c hiredis-c
hostname hostname
howdy
hplip hplip
htop htop
htslib htslib
@@ -1750,6 +1776,7 @@ inkscape
innoextract innoextract
inotify-tools inotify-tools
input-leap input-leap
input-remapper
intel-cmt-cat intel-cmt-cat
intel-gmmlib intel-gmmlib
intel-hybrid-driver intel-hybrid-driver
@@ -1804,6 +1831,7 @@ kactivities
kactivities-stats kactivities-stats
kactivitymanagerd kactivitymanagerd
kalarm kalarm
kalgebra
kamera kamera
kanagram kanagram
kapidox kapidox
@@ -1857,7 +1885,7 @@ kdenetwork-filesharing
kdenlive kdenlive
kdepim-runtime kdepim-runtime
kdeplasma-addons kdeplasma-addons
kdesdk-kioslaves kdesdk-kio
kdesdk-thumbnailers kdesdk-thumbnailers
kdesignerplugin kdesignerplugin
kdesu kdesu
@@ -1887,6 +1915,7 @@ kgeography
kget kget
kglobalaccel kglobalaccel
kgoldrunner kgoldrunner
kgpg
kguiaddons kguiaddons
khangman khangman
khelpcenter khelpcenter
@@ -1894,6 +1923,8 @@ kholidays
khotkeys khotkeys
khtml khtml
ki18n ki18n
kicad
kicad-packages3D
kiconthemes kiconthemes
kidentitymanagement kidentitymanagement
kidletime kidletime
@@ -1909,7 +1940,11 @@ kinit
kio kio
kio-admin kio-admin
kio-extras kio-extras
kio-zeroconf
kirigami-addons
kirigami-gallery
kirigami2 kirigami2
kiriki
kitemmodels kitemmodels
kitemviews kitemviews
kiten kiten
@@ -1933,6 +1968,7 @@ kmediaplayer
kmenuedit kmenuedit
kmime kmime
kmines kmines
kmix
kmod kmod
kmousetool kmousetool
kmouth kmouth
@@ -1941,6 +1977,7 @@ knack
knavalbattle knavalbattle
knetwalk knetwalk
knewstuff knewstuff
knights
knotes knotes
knotifications knotifications
knotifyconfig knotifyconfig
@@ -1992,6 +2029,7 @@ ksystemstats
kteatime kteatime
ktextaddons ktextaddons
ktexteditor ktexteditor
ktexttemplate
ktextwidgets ktextwidgets
ktimer ktimer
ktnef ktnef
@@ -2179,6 +2217,7 @@ libkscreen
libksieve libksieve
libksysguard libksysguard
liblangtag liblangtag
libliftoff
liblogging liblogging
libmaxminddb libmaxminddb
libmbim libmbim
@@ -2227,12 +2266,14 @@ libpeas
libpinyin libpinyin
libpipeline libpipeline
libplacebo libplacebo
libplist
libpng libpng
libportal libportal
libproxy libproxy
libpsl libpsl
libpthread-stubs libpthread-stubs
libpwquality libpwquality
libqaccessibilityclient
libqalculate libqalculate
libqb libqb
libqmi libqmi
@@ -2267,6 +2308,7 @@ libspatialite
libspectre libspectre
libspiro libspiro
libspnav libspnav
libspng
libsrtp libsrtp
libssh libssh
libssh2 libssh2
@@ -2313,6 +2355,7 @@ libwpd
libwpe libwpe
libwpg libwpg
libwps libwps
libxcrypt
libxcvt libxcvt
libxdg-basedir libxdg-basedir
libxfce4ui libxfce4ui
@@ -2346,7 +2389,6 @@ linux-lts2020
linux-lts2021 linux-lts2021
linux-ltscurrent linux-ltscurrent
linux-ltsprev linux-ltsprev
linux-oracle
linux-preempt-rt linux-preempt-rt
linux-tools linux-tools
linuxptp linuxptp
@@ -2355,6 +2397,7 @@ lldpd
llvm llvm
llvm14 llvm14
llvm15 llvm15
llvm16
lm-sensors lm-sensors
lmdb lmdb
logrotate logrotate
@@ -2498,12 +2541,14 @@ ndctl
ndpi ndpi
neofetch neofetch
neomutt neomutt
neon
neovim neovim
net-snmp net-snmp
net-tools net-tools
netaddr netaddr
netbase netbase
netcdf netcdf
netcdf-fortran
netdata netdata
nethogs nethogs
netplan netplan
@@ -2552,6 +2597,7 @@ numactl
numatop numatop
numlockx numlockx
numpy-stl numpy-stl
nut
nv-codec-headers nv-codec-headers
nvme-cli nvme-cli
oath-toolkit oath-toolkit
@@ -2562,6 +2608,7 @@ octave
oiio oiio
okteta okteta
okular okular
oneDPL
oneVPL oneVPL
onig onig
opa-fm opa-fm
@@ -2573,6 +2620,7 @@ open-vm-tools
openal-soft openal-soft
openblas openblas
openbox openbox
opencl-clang
opencl-headers opencl-headers
openconnect openconnect
openct openct
@@ -2611,6 +2659,7 @@ pagemon
paho.mqtt.c paho.mqtt.c
paho.mqtt.cpp paho.mqtt.cpp
palapeli palapeli
pam-python
pam_wrapper pam_wrapper
pandas pandas
pandoc pandoc
@@ -2780,7 +2829,6 @@ perl-DBD-MariaDB
perl-DBD-Pg perl-DBD-Pg
perl-DBD-SQLite perl-DBD-SQLite
perl-DBD-SQLite2 perl-DBD-SQLite2
perl-DBD-mysql
perl-DBI perl-DBI
perl-DBICx-TestDatabase perl-DBICx-TestDatabase
perl-DBIx-Class perl-DBIx-Class
@@ -2941,6 +2989,7 @@ perl-Geo-Distance
perl-Geo-IP perl-Geo-IP
perl-Geo-IPfree perl-Geo-IPfree
perl-Getopt-Euclid perl-Getopt-Euclid
perl-Getopt-Long
perl-Getopt-Long-Descriptive perl-Getopt-Long-Descriptive
perl-Getopt-Long-Modern perl-Getopt-Long-Modern
perl-Getopt-Tabular perl-Getopt-Tabular
@@ -3208,6 +3257,7 @@ perl-Plack
perl-Pod-Constants perl-Pod-Constants
perl-Pod-Coverage perl-Pod-Coverage
perl-Pod-LaTeX perl-Pod-LaTeX
perl-Pod-Markdown
perl-Pod-POM perl-Pod-POM
perl-Pod-Parser perl-Pod-Parser
perl-Pod-Plainer perl-Pod-Plainer
@@ -3315,6 +3365,7 @@ perl-Test-Deep
perl-Test-DiagINC perl-Test-DiagINC
perl-Test-Differences perl-Test-Differences
perl-Test-Exception perl-Test-Exception
perl-Test-ExpectAndCheck
perl-Test-FailWarnings perl-Test-FailWarnings
perl-Test-Fatal perl-Test-Fatal
perl-Test-File perl-Test-File
@@ -3322,6 +3373,7 @@ perl-Test-File-ShareDir-Dist
perl-Test-Fork perl-Test-Fork
perl-Test-Future-IO-Impl perl-Test-Future-IO-Impl
perl-Test-Identity perl-Test-Identity
perl-Test-InDistDir
perl-Test-Inter perl-Test-Inter
perl-Test-LWP-UserAgent perl-Test-LWP-UserAgent
perl-Test-LeakTrace perl-Test-LeakTrace
@@ -3390,6 +3442,8 @@ perl-Text-Trim
perl-Text-Unidecode perl-Text-Unidecode
perl-Text-WrapI18N perl-Text-WrapI18N
perl-Text-Wrapper perl-Text-Wrapper
perl-Throwable
perl-Throwable-SugarFactory
perl-Tie-Cycle perl-Tie-Cycle
perl-Tie-IxHash perl-Tie-IxHash
perl-Tie-Simple perl-Tie-Simple
@@ -3484,16 +3538,12 @@ phoronix-test-suite
php php
php-APCu php-APCu
php-Bitset php-Bitset
php-Molten
php-PDO_SQLANYWHERE
php-SeasClick php-SeasClick
php-SeasLog php-SeasLog
php-Xdebug php-Xdebug
php-Yaf
php-ahocorasick php-ahocorasick
php-apfd php-apfd
php-ast php-ast
php-componere
php-crypto php-crypto
php-datadog_trace php-datadog_trace
php-dbase php-dbase
@@ -3502,7 +3552,6 @@ php-ds
php-eio php-eio
php-ev php-ev
php-gRPC php-gRPC
php-gender
php-geospatial php-geospatial
php-gnupg php-gnupg
php-hprose php-hprose
@@ -3523,10 +3572,8 @@ php-oauth
php-parle php-parle
php-pcov php-pcov
php-proctitle php-proctitle
php-propro
php-protobuf php-protobuf
php-psr php-psr
php-radius
php-raphf php-raphf
php-rdkafka php-rdkafka
php-redis php-redis
@@ -3534,8 +3581,6 @@ php-scrypt
php-stomp php-stomp
php-svm php-svm
php-sync php-sync
php-taint
php-timecop
php-timezonedb php-timezonedb
php-trader php-trader
php-uopz php-uopz
@@ -3544,7 +3589,6 @@ php-xattr
php-xlswriter php-xlswriter
php-xxtea php-xxtea
php-yaml php-yaml
php-yar
php-zmq php-zmq
picmi picmi
picocom picocom
@@ -3800,11 +3844,13 @@ pypi-cython
pypi-cytoolz pypi-cytoolz
pypi-dacite pypi-dacite
pypi-dask pypi-dask
pypi-dateparser
pypi-datetime pypi-datetime
pypi-debugpy pypi-debugpy
pypi-decorator pypi-decorator
pypi-deepmerge pypi-deepmerge
pypi-deepspeed pypi-deepspeed
pypi-dep_logic
pypi-deprecated pypi-deprecated
pypi-deprecation pypi-deprecation
pypi-devpi_client pypi-devpi_client
@@ -3830,7 +3876,6 @@ pypi-dnacentersdk
pypi-dns_lexicon pypi-dns_lexicon
pypi-dnspython pypi-dnspython
pypi-docker pypi-docker
pypi-docker_compose
pypi-docker_pycreds pypi-docker_pycreds
pypi-docopt pypi-docopt
pypi-docstring_parser pypi-docstring_parser
@@ -4034,7 +4079,6 @@ pypi-jupyterlab_link_share
pypi-jupyterlab_pygments pypi-jupyterlab_pygments
pypi-jupyterlab_server pypi-jupyterlab_server
pypi-jupyterlab_widgets pypi-jupyterlab_widgets
pypi-jupytext
pypi-jxmlease pypi-jxmlease
pypi-kcc pypi-kcc
pypi-kerberos pypi-kerberos
@@ -4060,6 +4104,7 @@ pypi-linkchecker
pypi-linkify_it_py pypi-linkify_it_py
pypi-livereload pypi-livereload
pypi-llfuse pypi-llfuse
pypi-locate
pypi-locket pypi-locket
pypi-logical_unification pypi-logical_unification
pypi-logilab_common pypi-logilab_common
@@ -4253,6 +4298,7 @@ pypi-pycups
pypi-pycurl pypi-pycurl
pypi-pydantic pypi-pydantic
pypi-pydantic_core pypi-pydantic_core
pypi-pydbus
pypi-pydispatcher pypi-pydispatcher
pypi-pydocstyle pypi-pydocstyle
pypi-pydot pypi-pydot
@@ -4271,6 +4317,7 @@ pypi-pymdown_extensions
pypi-pynacl pypi-pynacl
pypi-pynetbox pypi-pynetbox
pypi-pynsist pypi-pynsist
pypi-pynvml
pypi-pyomo pypi-pyomo
pypi-pyopengl pypi-pyopengl
pypi-pyopenssl pypi-pyopenssl
@@ -4365,6 +4412,7 @@ pypi-readtime
pypi-recommonmark pypi-recommonmark
pypi-referencing pypi-referencing
pypi-regex pypi-regex
pypi-regress
pypi-reportlab pypi-reportlab
pypi-repoze.lru pypi-repoze.lru
pypi-requests pypi-requests
@@ -4431,6 +4479,7 @@ pypi-setuptools_scm
pypi-sh pypi-sh
pypi-shapely pypi-shapely
pypi-shellingham pypi-shellingham
pypi-shelved_cache
pypi-simplegeneric pypi-simplegeneric
pypi-six pypi-six
pypi-slugify pypi-slugify
@@ -4460,6 +4509,7 @@ pypi-sphinx_togglebutton
pypi-sphinxcontrib.jquery pypi-sphinxcontrib.jquery
pypi-sphinxcontrib_apidoc pypi-sphinxcontrib_apidoc
pypi-sphinxcontrib_applehelp pypi-sphinxcontrib_applehelp
pypi-sphinxcontrib_asyncio
pypi-sphinxcontrib_bibtex pypi-sphinxcontrib_bibtex
pypi-sphinxcontrib_blockdiag pypi-sphinxcontrib_blockdiag
pypi-sphinxcontrib_devhelp pypi-sphinxcontrib_devhelp
@@ -4508,6 +4558,7 @@ pypi-three_merge
pypi-tifffile pypi-tifffile
pypi-tinycss2 pypi-tinycss2
pypi-tldextract pypi-tldextract
pypi-tokenizers
pypi-toml pypi-toml
pypi-tomli pypi-tomli
pypi-tomli_w pypi-tomli_w
@@ -4520,6 +4571,7 @@ pypi-tox
pypi-tqdm pypi-tqdm
pypi-traitlets pypi-traitlets
pypi-trampolim pypi-trampolim
pypi-transformers
pypi-translationstring pypi-translationstring
pypi-trimesh pypi-trimesh
pypi-trio pypi-trio
@@ -4539,6 +4591,7 @@ pypi-types_ipaddress
pypi-types_jsonschema pypi-types_jsonschema
pypi-types_mock pypi-types_mock
pypi-types_psutil pypi-types_psutil
pypi-types_pycurl
pypi-types_pyopenssl pypi-types_pyopenssl
pypi-types_pyrfc3339 pypi-types_pyrfc3339
pypi-types_python_dateutil pypi-types_python_dateutil
@@ -4585,6 +4638,7 @@ pypi-vsts_cd_manager
pypi-waitress pypi-waitress
pypi-warlock pypi-warlock
pypi-watchdog pypi-watchdog
pypi-wbdata
pypi-wcmatch pypi-wcmatch
pypi-wcwidth pypi-wcwidth
pypi-webcolors pypi-webcolors
@@ -4597,6 +4651,7 @@ pypi-werkzeug
pypi-wheel pypi-wheel
pypi-widgetsnbextension pypi-widgetsnbextension
pypi-wikipedia pypi-wikipedia
pypi-wordcloud
pypi-wordfreq pypi-wordfreq
pypi-wrapt pypi-wrapt
pypi-wsgiproxy2 pypi-wsgiproxy2
@@ -4676,6 +4731,7 @@ pyudev
qalculate-gtk qalculate-gtk
qatlib qatlib
qbittorrent qbittorrent
qca
qca-qt5 qca-qt5
qcoro qcoro
qemu qemu
@@ -4774,6 +4830,7 @@ rapidjson
raptor2 raptor2
rasqal rasqal
rclone rclone
rdfind
rdma-core rdma-core
re2 re2
re2c re2c
@@ -4839,6 +4896,7 @@ serf
setserial setserial
setxkbmap setxkbmap
sg3_utils sg3_utils
shaderc
shadow shadow
shapelib shapelib
shared-mime-info shared-mime-info
@@ -4853,6 +4911,7 @@ simplescreenrecorder
sip sip
slang slang
slirp4netns slirp4netns
sluice
slurm slurm
smartmontools smartmontools
smemstat smemstat
@@ -5006,7 +5065,6 @@ usbutils
user-manager user-manager
userspace-rcu userspace-rcu
usrbinjava usrbinjava
usrbinpython
usrbinvi usrbinvi
utf8proc utf8proc
utfcpp utfcpp
@@ -5154,6 +5212,7 @@ xwayland
xwd xwd
xwdrun xwdrun
xwininfo xwininfo
xxHash
xz xz
yajl yajl
yakuake yakuake
@@ -5169,7 +5228,6 @@ zabbix
zathura zathura
zathura-pdf-poppler zathura-pdf-poppler
zenity zenity
zeroconf-ioslave
zimg zimg
zip zip
zlib zlib
@@ -5178,4 +5236,5 @@ zopfli
zsh zsh
zstd zstd
zstd-bin zstd-bin
zxcvbn-c
zxing zxing
+2 -2
View File
@@ -97,8 +97,8 @@ def update_cargo_sources(name, tag):
with open('Makefile', encoding='utf8') as mfile: with open('Makefile', encoding='utf8') as mfile:
for line in mfile.readlines(): for line in mfile.readlines():
if line.startswith('ARCHIVES'): if line.startswith('ARCHIVES'):
if re.match(archive_match + '[a-zA-Z0-9_\-.]+\.tar\.xz', line): if re.match(archive_match + r'[a-zA-Z0-9_\-.]+\.tar\.xz', line):
new_archives = re.sub(archive_match + '[a-zA-Z0-9_\-.]+\.tar\.xz', new_archives = re.sub(archive_match + r'[a-zA-Z0-9_\-.]+\.tar\.xz',
f"{archive_match}-{tag}.tar.xz\n", line) f"{archive_match}-{tag}.tar.xz\n", line)
else: else:
new_archives = f"ARCHIVES = {archive_match}-{tag}.tar.xz ./vendor\n" new_archives = f"ARCHIVES = {archive_match}-{tag}.tar.xz ./vendor\n"