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

direnv-2.32.3-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: direnv Distribution: openSUSE:Factory:zSystems
Version: 2.32.3 Vendor: openSUSE
Release: 1.1 Build date: Mon Jul 3 18:11:17 2023
Group: Productivity/File utilities Build host: s390zp25
Size: 7751001 Source RPM: direnv-2.32.3-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://direnv.net/
Summary: Environment switcher for shells
direnv knows how to hook into bash, zsh, tcsh and fish shell to load
or unload environment variables depending on the current directory.
This allows to have project-specific environment variables and not
clutter the "~/.profile" file.

Provides

Requires

License

MIT

Changelog

* Mon Jun 26 2023 Avindra Goolcharan <avindra@opensuse.org>
  - update to 2.32.3:
    * fix: stat the already open rc file rather than another path based one on it (#1044)
    * fix: remove deprecated io/ioutil uses (#1042)
    * fix: spelling fixes (#1041)
    * fix: appease Go 1.19 gofmt (#1040)
    * fix: stdlib: use_guix: Switch to guix shell. (#1045)
    * fix: pass BASH_PATH to make, matches the nixpkgs derivation (#1006)
    * fix: stdlib/layout_python: exclude patchlevel from $python_version (#1033)
    * fix: incorrect escape sequences during Loads under git-bash (Windows) (#1085)
    * fix: skip some tests for IBM Z mainframe's z/OS operating system (#1094)
    * doc: add Windows installation with winget (#1096)
    * doc: link 12factor webpage for more clarity (#1095)
    * website: add Plausible analytics
* Wed Dec 07 2022 Dirk Müller <dmueller@suse.com>
  - update to 2.32.2:
    * doc: Add stdlib's layout_pyenv to docs
    * doc: Fix broken link
    * doc: Minor typo fix
    * doc: `$XDG_CONFIG_HOME/direnv/direnv.toml` => add (typically
      ~/.config/direnv/direnv.toml)
    * doc: add quickenv to Related projects
    * feat: Update layout anaconda to accept a path to a yml file
    * feat: install.sh: can specify direnv version
    * fix: elvish: replace deprecated `except` with `catch`
    * fix: installer.sh: make direnv executable for all
    * fix: path escaping
    * fix: stdlib: only use ANSI escape on TTY
    * fix: test: remove mentions of DIRENV_MTIME
    * fix: test: use lowercase -d flag for base64 decoding of DIRENV_DIFF
* Thu Nov 24 2022 Andrea Manzini <andrea.manzini@suse.com>
  - Update to version 2.32.1
    * Support custom VIRTUAL_ENV for layout_python
    * Add gha shell for GitHub Actions
    * allow conda environment names to be detected from environment.yml
    * source_up_if_exists: A strict_env compatible version of source_up
    * Expand ~/ in whitelist paths
    * Add "block" and "revoke" as aliases of the "deny" command
    * Add "permit" and "grant" as aliases of the "allow" command
* Sat May 07 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 2.31.0
    * Don't load .env files by default
    * Allow skipping .env autoload
    * stdlib: add `env_vars_required`
    * FIX: version: trim surrounding spaces
    * FIX: ignore .envrc and .env if they are not files
    * bump actions/setup-go from 2.1.4 to 2.1.5
  - Update to version 2.30.0
    * Add automatic .env load
    * Resolve symlinks during direnv deny
    * stdlib: use_flake handle no layout dir (#861)
    * go mod update
  - Update to version 2.29.0
    * stdlib: add use_flake function
    * Updated conditional for zsh hook to be more forgiving
    * Add -r flag for matching Git branches with a regexp
    * Enable syntax hilights to the quick demo code
    * Fixed extra quotes for lower alpha characters
    * Remove noisy warning about PS1 again
* Thu Apr 28 2022 Dirk Müller <dmueller@suse.com>
  - use https homepage
  - spec-cleaner
* Tue Jun 08 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 2.28.0
    * Update to go 1.16
    * tcsh: fix variable escaping
    * docs: improve the documentation
    * Fixed fish shell hook to work with eval
    * Fixed layout anaconda <env_name_or_prefix>
  - Build with pie enabled if available
  - Add _service for vendor package
* Sat Nov 21 2020 Julien Enselme <jujens@jujens.eu>
  - update to 2.24.0
    * direnv_load: avoid leaking DIRENV_DUMP_FILE_PATH (#715)
    * Add strict_env and unstrict_env (#572)
    * stdlib: add use_vim to source local vimrc (#497)
    * stdlib: add source_env_if_exists (#714)
    * Wording (#713)
    * build(deps): bump actions/checkout from v2.3.3 to v2.3.4 (#709)
    * build(deps): bump cachix/install-nix-action from v11 to v12 (#710)
    * Fix XDG_CACHE_HOME path (#711)
    * rc: make file existence check more robust (#706)
* Sun Oct 25 2020 Julien Enselme <jujens@jujens.eu>
  - update to 2.23.1:
    * fix: handle links on Mac when using `allow` (#696)
    * fix: use restored env in exec (#695)
    * stdlib: add basename and dirname from realpath (#693)
    * stdlib.sh: remove tabs
    * dist: compile all the binaries statically
  - incule changes from 2.23.0
    * stdlib: add source_url function (#562)
    * direnv: add fetchurl command (#686)
    * shell: Update Elvish hook to replace deprecated `explode` (#685)
* Wed Aug 19 2020 Dirk Mueller <dmueller@suse.com>
  - update to 2.21.3:
    * Replace direnv expand_path with pure bash (#631)
    * Fix #594 - write error to fd 3 on Windows (#634)
    * Make direnv hook output work on Windows (#632)
    * Update hook.md to remove ">" typo in Fish instructions (#624)
    * stdlib: layout go adds layout dir to GOPATH (#622)
    * direnv-stdlib.1: add layout php (#619)
    * stdlib: add PATH_rm [ ...] (#615)
    * Error handling tuples (#610)
    * Merge pull request #607 from punitagrawal/master
    * test: elvish: Fix evaluation function
    * stdlib.sh: Re-write grep pattern to avoid shell escape
    * man: Escape '.' at the beginning of line to remove manpage warning
    * stdlib: fix direnv_config_dir usage (#601)
    * direnv version: improve error message (#599)
    * README: fix NixOS link in installation.md (#589)
    * stdlib: add direnv_apply_dump (#587)
    * Simplify direnv_load and make it work even when the command crashes. (#568)
    * docs: fix fish installation instruction
    * test: test for utf-8 compatibility
    * config: add [global] section
    * config: add strict_env option
    * config: fix warn_timeout parsing (#582)
    * Github action for releases
    * config: fix the configuration file selection
    * stdlib: fix shellcheck warnings
* Thu May 07 2020 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.21.2
    + stdlib: revert the set -euo pipefail change. It was causing too many issues for users.
    + direnv allow: fix the allow migration by also creating the parent target directory.
    + stdlib: fix unused variable in use node
    + stdlib: fix unused variable in source_up
    + test: add stdlib test skeleton
    + add dist release utility
    + change where the allow files are being stored
    + direnv status: also show the config
    + direnv exec: improve the error message
    + warn if PS1 is being exported
    + handle SIGINT during export in bash
    + export: display the full RC path instead of a relative one
    + direnv exec: the DIR argument is always required (#493)
    + direnv_load can now handle stdout outputs
    + stdlib: add layout_julia
    + Handle failing pipenv on empty file and avoid an extra pipenv execution (#510)
    + fix source_env behaviour when the file doesn't exists (#487)
    + watch_file can now watch multiple files in a single invocation (#524)
    + layout_python: prefer venv over virtualenv. Do not export VIRUAL_ENV if $python_version is unavailable or a virtual environment does not exist/can't be created
    + Adds layout_pyenv (#505)
    + Fix source_up docs to explain that search starts in parent directory (#518)
    + fix path_add to not leak local variables
    + layout_pyenv: support multiple python versions (#525)
    + Add a direnv_version <version_at_least> command to check the direnv version.
    + dotenv: handle undefined variables
    + source files from .config/direnv/lib/*.sh
    + stdlib: set -euo pipefail

Files

/usr/bin/direnv
/usr/share/fish/vendor_conf.d/direnv.fish
/usr/share/man/man1/direnv-fetchurl.1.gz
/usr/share/man/man1/direnv-stdlib.1.gz
/usr/share/man/man1/direnv.1.gz
/usr/share/man/man1/direnv.toml.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024