From a542a71d217c9e96b9bbd95b76e7a85962abe082 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Wed, 22 Jan 2025 00:37:41 +0100 Subject: [PATCH] Released as 20250122 ('4K-AZ65') --- README | 24 +++++++++--------- configure | 20 +++++++-------- configure.ac | 2 +- doc/haikus | 6 ++--- doc/release_new_version | 29 ++++++++++------------ packager/obs/home-tange/parallel/.osc/_files | 18 +++++++------- .../obs/home-tange/parallel/.osc/parallel.spec | 2 +- src/env_parallel.ash | 2 +- src/env_parallel.bash | 2 +- src/env_parallel.dash | 2 +- src/env_parallel.ksh | 2 +- src/env_parallel.mksh | 2 +- src/env_parallel.sh | 2 +- src/env_parallel.zsh | 2 +- src/niceload | 2 +- src/parallel | 22 ++++++++-------- src/parallel.pod | 6 ++--- src/parsort | 2 +- src/sql | 2 +- 19 files changed, 73 insertions(+), 76 deletions(-) rewrite packager/obs/home-tange/parallel/.osc/_files (98%) diff --git a/README b/README index 14573fdd..4ec39575 100644 --- a/README +++ b/README @@ -57,11 +57,11 @@ document. Full installation of GNU Parallel is as simple as: - wget https://ftpmirror.gnu.org/parallel/parallel-20241222.tar.bz2 - wget https://ftpmirror.gnu.org/parallel/parallel-20241222.tar.bz2.sig - gpg parallel-20241222.tar.bz2.sig - bzip2 -dc parallel-20241222.tar.bz2 | tar xvf - - cd parallel-20241222 + wget https://ftpmirror.gnu.org/parallel/parallel-20250122.tar.bz2 + wget https://ftpmirror.gnu.org/parallel/parallel-20250122.tar.bz2.sig + gpg parallel-20250122.tar.bz2.sig + bzip2 -dc parallel-20250122.tar.bz2 | tar xvf - + cd parallel-20250122 ./configure && make && sudo make install @@ -70,11 +70,11 @@ Full installation of GNU Parallel is as simple as: If you are not root you can add ~/bin to your path and install in ~/bin and ~/share: - wget https://ftpmirror.gnu.org/parallel/parallel-20241222.tar.bz2 - wget https://ftpmirror.gnu.org/parallel/parallel-20241222.tar.bz2.sig - gpg parallel-20241222.tar.bz2.sig - bzip2 -dc parallel-20241222.tar.bz2 | tar xvf - - cd parallel-20241222 + wget https://ftpmirror.gnu.org/parallel/parallel-20250122.tar.bz2 + wget https://ftpmirror.gnu.org/parallel/parallel-20250122.tar.bz2.sig + gpg parallel-20250122.tar.bz2.sig + bzip2 -dc parallel-20250122.tar.bz2 | tar xvf - + cd parallel-20250122 ./configure --prefix=$HOME && make && make install Or if your system lacks 'make' you can simply copy src/parallel @@ -122,8 +122,8 @@ will love you for it. When using programs that use GNU Parallel to process data for publication please cite: - Tange, O. (2024, December 22). GNU Parallel 20241222 ('Bashar'). - Zenodo. https://doi.org/10.5281/zenodo.14550073 + Tange, O. (2025, January 22). GNU Parallel 20250122 ('4K-AZ65'). + Zenodo. https://doi.org/10.5281/zenodo.14715132 Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software Foundation, Inc. diff --git a/configure b/configure index 1b1ccabb..63930bfa 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for parallel 20241226. +# Generated by GNU Autoconf 2.71 for parallel 20250122. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='parallel' PACKAGE_TARNAME='parallel' -PACKAGE_VERSION='20241226' -PACKAGE_STRING='parallel 20241226' +PACKAGE_VERSION='20250122' +PACKAGE_STRING='parallel 20250122' PACKAGE_BUGREPORT='bug-parallel@gnu.org' PACKAGE_URL='' @@ -1246,7 +1246,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures parallel 20241226 to adapt to many kinds of systems. +\`configure' configures parallel 20250122 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1313,7 +1313,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of parallel 20241226:";; + short | recursive ) echo "Configuration of parallel 20250122:";; esac cat <<\_ACEOF @@ -1390,7 +1390,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -parallel configure 20241226 +parallel configure 20250122 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1427,7 +1427,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by parallel $as_me 20241226, which was +It was created by parallel $as_me 20250122, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2379,7 +2379,7 @@ fi # Define the identity of the package. PACKAGE='parallel' - VERSION='20241226' + VERSION='20250122' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -3026,7 +3026,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by parallel $as_me 20241226, which was +This file was extended by parallel $as_me 20250122, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3090,7 +3090,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -parallel config.status 20241226 +parallel config.status 20250122 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 5d5d54ff..ff61b35e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([parallel],[20241226],[bug-parallel@gnu.org]) +AC_INIT([parallel],[20250122],[bug-parallel@gnu.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ diff --git a/doc/haikus b/doc/haikus index 03fc7333..350c9459 100644 --- a/doc/haikus +++ b/doc/haikus @@ -5,9 +5,6 @@ Quote of the month: - GNU Parallel too. It is my map/reduce tool with built in support to retry failed jobs. - -- Dhruva @mechanicker.bsky.social - gnu parallel is my new favorite toy -- Eytan Adar @eytan.adar.prof @@ -246,6 +243,9 @@ https://negfeedback.blogspot.com/2020/05/indispensable-command-line-tools.html === Used === + GNU Parallel too. It is my map/reduce tool with built in support to retry failed jobs. + -- Dhruva @mechanicker.bsky.social + "Do this with gnu parallel" is the Copilot hack of the day -- Chase Clark @chasingmicrobes.bsky.social diff --git a/doc/release_new_version b/doc/release_new_version index da87ecff..19fa9c6b 100644 --- a/doc/release_new_version +++ b/doc/release_new_version @@ -165,8 +165,6 @@ http://www.gnu.org/software/parallel/parsort.html http://www.gnu.org/software/parallel/niceload.html make web -cp -r src/*.pdf src/sphinx/build/html/* ../parallel-web/parallel -cp ../parallel-web/parallel/parallel.html ../parallel-web/parallel/man.html pushd ../parallel-web/parallel # Bug at Savannah makes this take 30 seconds @@ -275,25 +273,24 @@ from:tange@gnu.org to:parallel@gnu.org, bug-parallel@gnu.org stable-bcc: Jesse Alama -Subject: GNU Parallel 202xxx22 ('våbenhvile/New Orleans/Jimmy Carter/4K-AZ65=J28243 Flight 8432=Azerbajani plane/Kilauea/<<>>') released <<[stable]>> +Subject: GNU Parallel 20250122 ('4K-AZ65') released [stable] -GNU Parallel 202xxx22 ('<<>>') has been released. It is available for download at: lbry://@GnuParallel:4 +GNU Parallel 20250122 ('4K-AZ65') has been released. It is available for download at: lbry://@GnuParallel:4 Quote of the month: - <<>> + GNU Parallel too. It is my map/reduce tool with built in support to retry failed jobs. + -- Dhruva @mechanicker.bsky.social New in this release: -<<>> - -<<* No new features. This is a candidate for a stable release.>> +* No new features. This is a candidate for a stable release. * Bug fixes and man page updates. News about GNU Parallel: -<<>> +* How to Implement Parallelism and Concurrency Control (Queue) in Shell https://www.alibabacloud.com/blog/how-to-implement-parallelism-and-concurrency-control-queue-in-shell_601908?spm=a2c65.11461433.0.0.4ee35355IOL2MZ GNU Parallel - For people who live life in the parallel lane. @@ -324,13 +321,13 @@ You can install GNU Parallel in just 10 seconds with: $ (wget -O - pi.dk/3 || lynx -source pi.dk/3 || curl pi.dk/3/ || \ fetch -o - http://pi.dk/3 ) > install.sh - $ sha1sum install.sh | grep 883c667e01eed62f975ad28b6d50e22a - 12345678 883c667e 01eed62f 975ad28b 6d50e22a - $ md5sum install.sh | grep cc21b4c943fd03e93ae1ae49e28573c0 - cc21b4c9 43fd03e9 3ae1ae49 e28573c0 - $ sha512sum install.sh | grep ec113b49a54e705f86d51e784ebced224fdff3f52 - 79945d9d 250b42a4 2067bb00 99da012e c113b49a 54e705f8 6d51e784 ebced224 - fdff3f52 ca588d64 e75f6033 61bd543f d631f592 2f87ceb2 ab034149 6df84a35 + $ sha1sum install.sh | grep c555f616391c6f7c28bf938044f4ec50 + 12345678 c555f616 391c6f7c 28bf9380 44f4ec50 + $ md5sum install.sh | grep 707275363428aa9e9a136b9a7296dfe4 + 70727536 3428aa9e 9a136b9a 7296dfe4 + $ sha512sum install.sh | grep b24bfe249695e0236f6bc7de85828fe1f08f4259 + 83320d89 f56698ec 77454856 895edc3e aa16feab 2757966e 5092ef2d 661b8b45 + b24bfe24 9695e023 6f6bc7de 85828fe1 f08f4259 6ce5480a 5e1571b2 8b722f21 $ bash install.sh Watch the intro video on http://www.youtube.com/playlist?list=PL284C9FF2488BC6D1 diff --git a/packager/obs/home-tange/parallel/.osc/_files b/packager/obs/home-tange/parallel/.osc/_files dissimilarity index 98% index 7e32a260..e8240364 100644 --- a/packager/obs/home-tange/parallel/.osc/_files +++ b/packager/obs/home-tange/parallel/.osc/_files @@ -1,9 +1,9 @@ - - - - - - - - - + + + + + + + + + diff --git a/packager/obs/home-tange/parallel/.osc/parallel.spec b/packager/obs/home-tange/parallel/.osc/parallel.spec index 55b2c27c..645f3b4b 100644 --- a/packager/obs/home-tange/parallel/.osc/parallel.spec +++ b/packager/obs/home-tange/parallel/.osc/parallel.spec @@ -1,7 +1,7 @@ Summary: Shell tool for executing jobs in parallel Name: parallel -Version: 20241222 +Version: 20250122 Release: 2.1 License: GPL-3.0-or-later Group: Productivity/File utilities diff --git a/src/env_parallel.ash b/src/env_parallel.ash index 775b57a4..918d47a7 100755 --- a/src/env_parallel.ash +++ b/src/env_parallel.ash @@ -605,7 +605,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20241223 (GNU parallel `parallel --minversion 1`)" + echo "parset 20250122 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2025 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/env_parallel.bash b/src/env_parallel.bash index 619d5c04..92aca45d 100755 --- a/src/env_parallel.bash +++ b/src/env_parallel.bash @@ -605,7 +605,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20241223 (GNU parallel `parallel --minversion 1`)" + echo "parset 20250122 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2025 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/env_parallel.dash b/src/env_parallel.dash index a260dbb7..a54343b9 100755 --- a/src/env_parallel.dash +++ b/src/env_parallel.dash @@ -605,7 +605,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20241223 (GNU parallel `parallel --minversion 1`)" + echo "parset 20250122 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2025 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/env_parallel.ksh b/src/env_parallel.ksh index 8cd6cf9f..c33567e5 100755 --- a/src/env_parallel.ksh +++ b/src/env_parallel.ksh @@ -605,7 +605,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20241223 (GNU parallel `parallel --minversion 1`)" + echo "parset 20250122 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2025 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/env_parallel.mksh b/src/env_parallel.mksh index 340df7b1..5e31033b 100644 --- a/src/env_parallel.mksh +++ b/src/env_parallel.mksh @@ -605,7 +605,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20241223 (GNU parallel `parallel --minversion 1`)" + echo "parset 20250122 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2025 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/env_parallel.sh b/src/env_parallel.sh index d072c86d..0a6f234a 100755 --- a/src/env_parallel.sh +++ b/src/env_parallel.sh @@ -605,7 +605,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20241223 (GNU parallel `parallel --minversion 1`)" + echo "parset 20250122 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2025 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/env_parallel.zsh b/src/env_parallel.zsh index 67e463b1..f7133faa 100755 --- a/src/env_parallel.zsh +++ b/src/env_parallel.zsh @@ -605,7 +605,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20241223 (GNU parallel `parallel --minversion 1`)" + echo "parset 20250122 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2025 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/niceload b/src/niceload index 32c340f5..849601d5 100755 --- a/src/niceload +++ b/src/niceload @@ -26,7 +26,7 @@ use strict; use Getopt::Long; $Global::progname="niceload"; -$Global::version = 20241223; +$Global::version = 20250122; Getopt::Long::Configure("bundling","require_order"); get_options_from_array(\@ARGV) || die_usage(); if($opt::version) { diff --git a/src/parallel b/src/parallel index 7a6be352..1f4484c3 100755 --- a/src/parallel +++ b/src/parallel @@ -2957,7 +2957,7 @@ sub test_safe_env_vars { sub init_globals() { # Defaults: - $Global::version = 20241223; + $Global::version = 20250122; $Global::progname = 'parallel'; $::name = "GNU Parallel"; $Global::infinity = 2**31; @@ -6016,8 +6016,8 @@ sub usage() { "If you use programs that use GNU Parallel to process data for an article in a", "scientific publication, please cite:", "", - " Tange, O. (2025, December 22). GNU Parallel 20251222 ('Bashar').", - " Zenodo. https://doi.org/10.5281/zenodo.14550073", + " Tange, O. (2025, January 22). GNU Parallel 20250122 ('4K-AZ65').", + " Zenodo. https://doi.org/10.5281/zenodo.14715132", "", # Before changing these lines, please read # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice @@ -6049,8 +6049,8 @@ sub citation_notice() { "If you use programs that use GNU Parallel to process data for an article in a", "scientific publication, please cite:", "", - " Tange, O. (2025, December 22). GNU Parallel 20241222 ('Bashar').", - " Zenodo. https://doi.org/10.5281/zenodo.14550073", + " Tange, O. (2025, January 22). GNU Parallel 20250122 ('4K-AZ65').", + " Zenodo. https://doi.org/10.5281/zenodo.14715132", "", # Before changing these line, please read # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and @@ -6176,20 +6176,20 @@ sub citation() { "If you use programs that use GNU Parallel to process data for an article in a", "scientific publication, please cite:", "", - "\@software{tange_2024_14550073,", + "\@software{tange_2025_14715132,", " author = {Tange, Ole},", - " title = {GNU Parallel 20241222 ('Bashar')},", - " month = Dec,", + " title = {GNU Parallel 20250122 ('4K-AZ65')},", + " month = Jan,", " year = 2025,", " note = {{GNU Parallel is a general parallelizer to run", " multiple serial command line programs in parallel", " without changing them.}},", " publisher = {Zenodo},", - " doi = {10.5281/zenodo.14550073},", - " url = {https://doi.org/10.5281/zenodo.14550073}", + " doi = {10.5281/zenodo.14715132},", + " url = {https://doi.org/10.5281/zenodo.14715132}", "}", "", - "(Feel free to use \\nocite{tange_2024_14550073})", + "(Feel free to use \\nocite{tange_2025_14715132})", "", # Before changing these lines, please read # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and diff --git a/src/parallel.pod b/src/parallel.pod index 46d1ec97..d6eeeec3 100644 --- a/src/parallel.pod +++ b/src/parallel.pod @@ -3108,7 +3108,7 @@ when called with B<--shebang>). Use B<--sql-master> instead. -=item B<--sql-master> I (alpha testing) +=item B<--sql-master> I (beta testing) Submit jobs via SQL server. I must point to a table, which will contain the same information as B<--joblog>, the values from the input @@ -3157,14 +3157,14 @@ It can also be an alias from ~/.sql/aliases: See also: B<--sql-and-worker> B<--sql-worker> B<--joblog> -=item B<--sql-and-worker> I (alpha testing) +=item B<--sql-and-worker> I (beta testing) Shorthand for: B<--sql-master> I B<--sql-worker> I. See also: B<--sql-master> B<--sql-worker> -=item B<--sql-worker> I (alpha testing) +=item B<--sql-worker> I (beta testing) Execute jobs via SQL server. Read the input sources variables from the table pointed to by I. The I on the command line diff --git a/src/parsort b/src/parsort index 8bfa8a08..8665bfeb 100755 --- a/src/parsort +++ b/src/parsort @@ -137,7 +137,7 @@ GetOptions( "help" => \$opt::dummy, ) || exit(255); $Global::progname = ($0 =~ m:(^|/)([^/]+)$:)[1]; -$Global::version = 20241223; +$Global::version = 20250122; if($opt::version) { version(); exit 0; } # Remove -D and --parallel=N my @s = (grep { ! /^-D$|^--parallel=\S+$/ } diff --git a/src/sql b/src/sql index 99b479b0..efd0170e 100755 --- a/src/sql +++ b/src/sql @@ -696,7 +696,7 @@ $Global::Initfile && unlink $Global::Initfile; exit ($err); sub parse_options { - $Global::version = 20241223; + $Global::version = 20250122; $Global::progname = 'sql'; # This must be done first as this may exec myself -- 2.11.4.GIT