forked from pool/leiningen
Accepting request 819628 from devel:languages:clojure
- 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. OBS-URL: https://build.opensuse.org/request/show/819628 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=6
This commit is contained in:
4
lein-pkg
4
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.9.3"
|
||||
export LEIN_VERSION="2.9.4"
|
||||
|
||||
# cd to the project root, if applicable
|
||||
NOT_FOUND=1
|
||||
@@ -86,7 +86,7 @@ if [ -r .lein-fast-trampoline ]; then
|
||||
fi
|
||||
|
||||
if [ "$LEIN_FAST_TRAMPOLINE" != "" ] && [ -r project.clj ]; then
|
||||
INPUTS="$* $(cat project.clj) $(test -f "$LEIN_HOME/profiles.clj" && cat "$LEIN_HOME/profiles.clj")"
|
||||
INPUTS="$* $(cat project.clj) $LEIN_VERSION $(test -f "$LEIN_HOME/profiles.clj" && cat "$LEIN_HOME/profiles.clj") $(test -f profiles.clj && cat profiles.clj)"
|
||||
|
||||
if command -v shasum >/dev/null 2>&1; then
|
||||
SUM="shasum"
|
||||
|
5
lein.1
5
lein.1
@@ -173,9 +173,8 @@ You can customize your project map further with profiles; see
|
||||
.SH BUGS
|
||||
|
||||
Check https://github.com/technomancy/leiningen/issues to see if your
|
||||
problem is a known issue. If not, please open a new issue on that site
|
||||
or join the mailing list at
|
||||
https://www.freelists.org/list/leiningen. Please include the output of
|
||||
problem is a known issue. If not, please open a new issue on that site.
|
||||
Please include the output of
|
||||
.B lein version
|
||||
as well as your
|
||||
.B project.clj
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23e1df18bc97226d570f47335a8d543e1b759ea303544ea57d5309be3dedcbbb
|
||||
size 14670316
|
3
leiningen-2.9.4-standalone.zip
Normal file
3
leiningen-2.9.4-standalone.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e3c339480347df0445317d329accbd4a578ebbd8d91e568e661feb1b388706c
|
||||
size 12517963
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 05:04:45 UTC 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 6 09:19:48 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
Name: leiningen
|
||||
# Change LEIN_VERSION in lein-pkg when bumping
|
||||
Version: 2.9.3
|
||||
Version: 2.9.4
|
||||
Release: 0
|
||||
Summary: Automation for Clojure projects
|
||||
License: EPL-1.0
|
||||
|
Reference in New Issue
Block a user