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

leiningen-2.11.2-bp160.1.4 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: leiningen Distribution: SUSE Linux Enterprise 16
Version: 2.11.2 Vendor: openSUSE
Release: bp160.1.4 Build date: Wed Feb 14 14:50:09 2024
Group: Development/Tools/Building Build host: reproducible
Size: 16495571 Source RPM: leiningen-2.11.2-bp160.1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://leiningen.org/
Summary: Automation for Clojure projects
Working on Clojure projects with tools designed for Java can be an
exercise in frustration. With Leiningen, builds can be describe with
Clojure. Leiningen handles fetching dependencies, running tests,
packaging projects and can be extended with a number of plugins.

Provides

Requires

License

EPL-1.0

Changelog

* Wed Feb 14 2024 Michael Vetter <mvetter@suse.com>
  - Update to 2.11.2:
    * Add :preserve-eval-meta setting to avoid project code reflection.
    * Fix a bug where metadata on project code caused plugin
      incompatibilities.
* Mon Jan 29 2024 Michael Vetter <mvetter@suse.com>
  - Update to 2.11.1:
    * Fix a bug when deploying using passwords read from the console.
* Sun Jan 28 2024 Michael Vetter <mvetter@suse.com>
  - Update to 2.11.0:
    * Top-level :exclusions can now affect top-level :dependencies.
    * Fix a bug where :eval-in :nrepl couldn't detect running repl.
    * Fix a bug where :eval-in :nrepl would crash.
    * Fix a bug where files on test path could be visible during jar.
    * Fix an issue with check in namespaces that rely on AOT.
    * Fix a redundant confusing dependencies warning.
    * Add static-classpath task for static analysis.
    * Major performance improvements handling pathological dependency trees.
    * Improve error reporting for search failures.
    * Support XDG config directories.
    * Use $XDG_CACHE_HOME for self-installs if it exists.
    * Add warnings for buggy composite profiles.
* Mon Dec 12 2022 Michael Vetter <mvetter@suse.com>
  - Update to 2.10.0:
    * Update to nREPL 1.0.0
    * Fix a bug where :eval-in :leiningen could suppress test exit code.
    * Add the ability to sign deployed files using SSH keys, not just GPG.
    * Fix a bug where uberjar splices profiles into target path
      incorrectly.
* Thu Aug 11 2022 Michael Vetter <mvetter@suse.com>
  - Update to 2.9.10:
    * Fix a bug where dev-resources could leak into jars/uberjars.
    * Avoid illegal reflective access doing XML parsing in uberjar/search.
* Mon Aug 08 2022 Michael Vetter <mvetter@suse.com>
  - Update to 2.9.9:
    * Migrate the repository from Github to Codeberg.
    * Fix a bug in new where template group-ids could be ignored.
    * Work around a change in Java 9 which broke template listing.
    * Fix a bug in pedantic checks which resulted in infinite loops.
    * Prevent module-info.class files from being included in uberjars.
    * Prevent duplicate warnings in resource-paths when creating jars.
    * Fix an issue with check where AOT would shadow reflection warnings.
    * Allow change to edit dependency versions.
    * Fix a bug where composite profiles would leak dependencies downstream.
    * Allow repl to bind to filesystem sockets via :headless :socket PATH
* Mon Dec 06 2021 Michael Vetter <mvetter@suse.com>
  - Update to 2.9.8:
    * Fix a bug where certain deep dependency trees would overflow
      stack.
    * Allow LEIN_JAR to be overridden if you install elsewhere.
* Thu Sep 16 2021 Michael Vetter <mvetter@suse.com>
  - Update to 2.9.7:
    * Detect certain pathological dependency trees and warn.
    * Bump to Clojure 1.10.3.
    * Don't warn on version ranges which point to a single version.
    * Fix a bug where verifying deps could loop forever.
    * Get better error messages when deploys fail.
* Wed Jul 14 2021 Michael Vetter <mvetter@suse.com>
  - Own java dir
* Mon Apr 19 2021 Michael Vetter <mvetter@suse.com>
  - Update to 2.9.6:
    * Look for templates in a way that reflects new Clojars group rules.
    * Update template-generating template to reflect new Clojars rules.
    * Don't :reload in tests unless connecting to an nrepl.
* Tue Dec 08 2020 Michael Vetter <mvetter@suse.com>
  - Update to 2.9.5:
    * Several dependency version bumps.
* Thu Jul 09 2020 Michael Vetter <mvetter@suse.com>
  - Update to 2.9.4:
    * Fix a bug where dependency conflict resolution errors were wrong.
    * Make test selectors skip non-test vars.
    * Fix a bug where deps :query would report incorrect results.
    * Update nREPL to 0.7.
    * Add scheme configuration support to REPL-y and use configured
      transport when starting the ack-server.
* Wed May 06 2020 Michael Vetter <mvetter@suse.com>
  - boo#1171255 - leiningen does not work: ClassNotFoundException:
    Use correct version in bash script
* Tue Mar 17 2020 Michael Vetter <mvetter@suse.com>
  - Update to 2.9.3:
    * Fix a bug where deploying would fail to send signature checksums.
    * Memoize application of project middleware.
    * Fix a bug where checksum verification failed on non-GNU systems.
* Wed Mar 04 2020 Michael Vetter <mvetter@suse.com>
  - Update to 2.9.2:
    * Bump to Clojure 1.10.1.
    * Fix a bug where disabling implicit middleware disabled explicit ones.
    * Add checksum check during self-install process.
    * Include repository auth when verifying dependencies.
    * Fix bugs in certain kinds of profile merging.
    * Include :repositories from project.clj in pom.xml file.
* Mon Aug 26 2019 Jan Engelhardt <jengelh@inai.de>
  - Trim filler wording from descriptions.
* Tue Jul 16 2019 mvetter@suse.com
  - Update to 2.9.1:
    * Fix a bug where provided namespace compilation order was overridden. (Phil Hagelberg)
    * Don't emit namespaced maps when merging data readers for uberjar. (Joel Kaasinen)
  - Install to correct bash completions path
  - Remove suse macros
  - Use standalone leiningen
  - Add files from upstream:
    * bash_completion.bash
    * zsh_completion.bash
    * lein.1 manpage
    * lein-pkg script
* Tue Jul 16 2019 mvetter@suse.com
  - Remove PKGBUILD
* Thu Feb 19 2015 kgronlund@suse.com
  - Update to 2.5.1
    - Completion scripts are now bundled in the distribution.
* Sun Jan 12 2014 kgronlund@suse.com
  - Initial version.

Files

/etc/zsh_completion.d
/etc/zsh_completion.d/_lein
/usr/bin/lein
/usr/share/bash-completion/completions/lein
/usr/share/java
/usr/share/java/leiningen-2.11.2-standalone.jar
/usr/share/man/man1/lein.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Jun 3 00:13:58 2025