Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gnu_parallel-zsh-completion-20231222-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: gnu_parallel-zsh-completion Distribution: openSUSE:Factory:zSystems
Version: 20231222 Vendor: openSUSE
Release: 1.1 Build date: Thu Dec 28 23:15:35 2023
Group: Productivity/File utilities Build host: s390zl26
Size: 120 Source RPM: gnu_parallel-20231222-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.gnu.org/software/parallel/
Summary: zsh completion for GNU parallel
GNU Parallel is a shell tool for executing jobs in parallel using one
or more computers.
This subpackage contains the zsh completion for Parallel.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Wed Dec 27 2023 Dirk Müller <dmueller@suse.com>
  - update to 20231222:
    * --combine-exec combines GNU Parallel with any executable.
    * Bug fixes and man page updates.
* Mon Nov 27 2023 Dirk Müller <dmueller@suse.com>
  - update to 20231122:
    * -a file1 -a +file2 will link file2 to file1 similar to ::::+
    - -bar shows total time when all jobs are done.
* Wed Nov 01 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20231022
    * Bug fixes and man page updates.
* Wed Oct 04 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20230922
    * Bug fixes and man page updates.
* Mon Aug 28 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20230822
    * Man page updates
* Sat Jul 29 2023 Dirk Müller <dmueller@suse.com>
  - update to 20230722:
    * Time functions (e.g. yyyymmdd($secs) ) can now take secs
      since epoch as argument.
    * Bug fixes and man page updates.
* Fri May 05 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20230422
    * --jobs evaluates expression: ``+3*log(55)% = ncpu*1.12``
* Thu Mar 30 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20230322
    * Better support for wide characters in --latest-line
    * Support for rsync 3.2.7
    * parallel: --files0 is --files but \0 separated
* Sat Jan 28 2023 Dirk Müller <dmueller@suse.com>
  - update to 20230122:
    * Bug fixes and man page updates.
* Fri Dec 23 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20221222
    * --results works on more file systems (e.g. fat)
    * Joblog gives the same exit code as bash
* Thu Nov 24 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20221122
    * Support for IPv6 adresses and _ in hostnames in --sshlogin.
    * Use --total-jobs for --eta/--bar if generating jobs is slow.
    * --bar supports UTF8.
* Sat Oct 29 2022 Dirk Müller <dmueller@suse.com>
  - update to 20221022:
    * --latest-line chops line length at terminal width.
    * Determine max command length faster on Microsoft Windows.
* Thu Sep 29 2022 Dirk Müller <dmueller@suse.com>
  - update to 20220922:
    * --colour-failed only changes output for failing jobs.
    * Password for --sshlogin can be put in $SSHPASS.
    * Examples are moved from `man parallel` to `man parallel_examples`.
    * Bug fixes and man page updates.
* Thu Aug 25 2022 Dirk Müller <dmueller@suse.com>
  - update to 20220822:
    * --header 0 allows using {filename} as replacement string
    * Bug fixes and man page updates.
* Fri Aug 05 2022 Thorsten Kukuk <kukuk@suse.com>
  - Use full path for perl interpreter to fix
    "/usr/bin/parallel: perl: bad interpreter: No such file or directory"
* Mon Jul 25 2022 Dirk Müller <dmueller@suse.com>
  - update to 20220722:
    * --colour-failed will color output red if the job fails.
    * sql: support for InfluxDB.
    * Polarhome.com is dead, so these OSs are no longer supported: AIX
      HPUX IRIX Minix OPENSTEP OpenIndiana OpenServer QNX Solaris Syllable
      Tru64 Ultrix UnixWare.
    * Bug fixes and man page updates.
  - add bash and zsh completion subpackages
* Wed Jul 06 2022 Dirk Müller <dmueller@suse.com>
  - update to 20220622:
    * , can be used in --sshlogin if quoted as \, or ,,
    * --plus {/#regexp/str} replace ^regexp with str.
    * --plus {/%regexp/str} replace regexp$ with str.
    * --plus {//regexp/str} replace every regexp with str.
    * 'make install' installs bash+zsh completion files.
    * Bug fixes and man page updates.
* Sun May 29 2022 Dirk Müller <dmueller@suse.com>
  - update to 20220522:
    * --latest-line shows only the latest line of running jobs.
    * --color colors output in different colors per job (this obsoletes --ctag).
    * xargs compatibility: --process-slot-var foo sets $foo to jobslot-1.
    * xargs compatibility: --open-tty opens the terminal on stdin (standard input).
* Sun Apr 24 2022 Dirk Müller <dmueller@suse.com>
  - update to 20220422:
    * sash is no longer supported as shell.
    * --retries 0 is an alias for --retries 2147483647.
    * --shell-completion returns shell completion code.
    * --ssh-login-file reloads every second.
    * --parset is replaced with --_parset because it is only used internally.
    * sem --pipe passes STDIN (standard input) to the command.
    * Bug fixes and man page updates.
* Wed Mar 23 2022 Dirk Müller <dmueller@suse.com>
  - update to 20220322:
    * --sshlogin user:password@host is now supported by using sshpass.
    * Bug fixes and man page updates: Many options now have a 'See also' section.
* Sun Mar 20 2022 Dirk Müller <dmueller@suse.com>
  - update to 20220222:
    * Encoding of remote commands has changed. This limits the length of
      remote commands to less than half. It also requires $REMOTE_TMPDIR
      to be writable. It makes this release beta quality.
    * Time functions hh_mm_ss() hhmmss() hh_mm() hhmm() are now available
      for {= =}.
    * Many options in the man page for parallel now has 'see also' for
      related options.
    * parallel_options_map.pdf is a map showing which options other
      options relate to.
    * {uniq} added to --plus to only run jobs with unique values.
    * sem --fg exits with the exit code of the job.
    * Bug fixes and man page updates.
* Sun Jan 23 2022 Dirk Müller <dmueller@suse.com>
  - update to 20220122:
    * Bug fixes and man page updates.
* Mon Dec 27 2021 Dirk Müller <dmueller@suse.com>
  - update to 20211222:
    * Bug fixes and man page updates.
* Sat Nov 27 2021 Dirk Müller <dmueller@suse.com>
  - update to 20211122:
    * Bug fixes and man page updates.
    * Don't postpone output until $jobslots jobs have been started.
    * Bug fixes and man page updates.
* Fri Oct 08 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20210922
    * --ctag/--ctagstring colors the tag in different colors for
      each job.
    * You can use unit prefixes (k, m, g, etc) with -n -N -L.
* Tue Jul 27 2021 Dirk Müller <dmueller@suse.com>
  - update to 20210722:
    * --results no longer prints the result to standard output
    * parset supports associative arrays in bash, ksh, zsh.
    * Online HTML is now generated by Sphinx.
    * Bug fixes and man page updates.
* Tue Jun 08 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20210522
    * --plus includes {%%regexp} and {##regexp}.
* Tue May 04 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20210422
    * Bug fixes and man page updates.
* Tue Mar 23 2021 Anton Smorodskyi <asmorodskyi@suse.com>
  - Update to release 20210322
    * parallel: Partial Reuse licensing support.
    * parallel: Bugfix {0%}/{0#}. Added warning_once().
* Sun Feb 21 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20210222
    * --filter only run jobs where the filter is true. The filter
      can contain replacement strings and Perl code such as: '{1} <
      {2}+1'.
    * --template takes a text file as a template with replacement
      strings. Then it replaces the replacement strings and saves
      it under a new filename.
    * --plus implements {0%} {0#} replacement string for zero
      padded slot and sequence.
* Thu Feb 04 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20210122
    * --memsuspend suspends jobs when there is little memory free.
      This way you can run jobs in parallel that add up to more RAM
      than is available.
    * $PARALLEL_ARGHOSTGROUPS and the replacement string {agrp}
      will give the hostgroup given on the argument when using
    - -hostgroup.
* Thu Dec 24 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20201222
    * --pipe engine changed making --pipe alpha quality.
    * --results -.json outputs results as JSON objects on stdout
      (standard output).
    * --delay 123auto will auto-adjust --delay. If jobs fail due to
      being spawned too quickly, --delay will exponentially
      increase.
    * --plus sets {hgrp} that gives the intersection of the
      hostgroups of the job and the sshlogin that the job is run
      on.
* Sun Dec 20 2020 Dirk Müller <dmueller@suse.com>
  - update to 20201122:
    * Bug fixes and man page updates.
* Sun Nov 01 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20201022
    * --termseq now works for jobs running remotely.
* Fri Oct 09 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20200922
    * New CPU detection for GNU/Linux
* Sat Sep 05 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20200822
    * Bug fixes and man page updates.
* Thu Jul 30 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20200722
    * Bug fixes and man page updates.
* Fri Jun 05 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20200522
    * While running a job $PARALLEL_JOBSLOT is the jobslot of the
      job. It is equal to {%} unless the job is being retried. See
      {%} for details.
* Tue Apr 28 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20200422
    * parsort makes GNU sort run faster for files with more
      than 1M lines.
* Mon Mar 23 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20200322
    * Bug fixes and man page updates.
* Mon Mar 16 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20200222
    * --blocktimeout dur - Time out for reading block when using
    - -pipe. If it takes longer than dur to read a full block, use
      the partial block read so far.
* Fri Jan 10 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 20191222
    * No new functionality was introduced.
* Thu Jan 09 2020 Dan Čermák <dcermak@suse.com>
  - Remove /usr/bin/env rpmlint errors:
    * fix shebang in %{_bindir}/parallel
    * add rpmlint filters for env_parallel.* and parset, as these are not intended
      to be executed
  - Change URLs to use https instead of http

Files

/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_parallel


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:39:58 2024