forked from pool/leiningen
Accepting request 1142156 from devel:languages:clojure
- Update to 2.11.1: * Fix a bug when deploying using passwords read from the console. - 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. OBS-URL: https://build.opensuse.org/request/show/1142156 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=15
This commit is contained in:
2
lein-pkg
2
lein-pkg
@@ -4,7 +4,7 @@
|
||||
# It has all the cross-platform stuff stripped out as well as the
|
||||
# logic for running from a source checkout and self-install/upgrading.
|
||||
|
||||
export LEIN_VERSION="2.10.0"
|
||||
export LEIN_VERSION="2.11.1"
|
||||
|
||||
if [[ "$CLASSPATH" != "" ]]; then
|
||||
cat <<-'EOS' 1>&2
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d27299bad34075ac2864d0bd0559f835c6e2c476c0b0a283bcbdb574fdadbb34
|
||||
size 12758097
|
3
leiningen-2.11.1-standalone.jar
Normal file
3
leiningen-2.11.1-standalone.jar
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47d3cd3d436433c59662fb54c5f3c8d87dcf6e8249421b362b38ec3710a3d4f9
|
||||
size 16481190
|
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 05:07:08 UTC 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 07:19:26 UTC 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 08:01:52 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package leiningen
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
Name: leiningen
|
||||
# Change LEIN_VERSION in lein-pkg when bumping
|
||||
Version: 2.10.0
|
||||
Version: 2.11.1
|
||||
Release: 0
|
||||
Summary: Automation for Clojure projects
|
||||
License: EPL-1.0
|
||||
|
Reference in New Issue
Block a user