7
0
forked from pool/leiningen

35 Commits

Author SHA256 Message Date
d93286b547 Accepting request 1146583 from devel:languages:clojure
- 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.

OBS-URL: https://build.opensuse.org/request/show/1146583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=16
2024-02-14 22:19:49 +00:00
1c3087a6d5 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=31
2024-02-14 13:51:47 +00:00
6cfb221231 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
2024-01-29 21:28:19 +00:00
f4ec77e2d9 - Update to 2.11.1:
* Fix a bug when deploying using passwords read from the console.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=29
2024-01-29 05:08:34 +00:00
a9f662de77 - 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/package/show/devel:languages:clojure/leiningen?expand=0&rev=28
2024-01-28 07:21:53 +00:00
d4cbeb2642 Accepting request 1042277 from devel:languages:clojure
- 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.

OBS-URL: https://build.opensuse.org/request/show/1042277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=14
2022-12-12 16:39:42 +00:00
3e6efe118d - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=26
2022-12-12 08:09:40 +00:00
d21709990c Accepting request 994444 from devel:languages:clojure
- 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.

OBS-URL: https://build.opensuse.org/request/show/994444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=13
2022-08-11 16:32:32 +00:00
af0b4acee4 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=24
2022-08-11 06:15:28 +00:00
a6e7835935 Accepting request 993683 from devel:languages:clojure
- 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

OBS-URL: https://build.opensuse.org/request/show/993683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=12
2022-08-08 08:17:31 +00:00
c42efae8a3 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=22
2022-08-08 07:09:29 +00:00
3a31b24af8 Accepting request 935973 from devel:languages:clojure
- 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.

OBS-URL: https://build.opensuse.org/request/show/935973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=11
2021-12-06 23:00:06 +00:00
551dc2edec - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=21
2021-12-06 10:42:43 +00:00
c4f2a2e6ef Accepting request 919448 from devel:languages:clojure
- 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.

OBS-URL: https://build.opensuse.org/request/show/919448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=10
2021-09-16 21:14:53 +00:00
e4a14492ec - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=20
2021-09-16 07:39:11 +00:00
580a025e2f Accepting request 906294 from devel:languages:clojure
- Own java dir

OBS-URL: https://build.opensuse.org/request/show/906294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=9
2021-07-14 21:58:52 +00:00
70beb992d5 - Own java dir
OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=19
2021-07-14 13:37:57 +00:00
6163331f93 OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=18 2021-07-14 13:35:15 +00:00
f706fae5ac Accepting request 886680 from devel:languages:clojure
- 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.

OBS-URL: https://build.opensuse.org/request/show/886680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=8
2021-04-19 19:06:29 +00:00
72514caaa2 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=16
2021-04-19 11:59:43 +00:00
6fe5643b95 Accepting request 853731 from devel:languages:clojure
- Update to 2.9.5:
  * Several dependency version bumps.

OBS-URL: https://build.opensuse.org/request/show/853731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=7
2020-12-08 12:24:51 +00:00
df936c1a09 - Update to 2.9.5:
* Several dependency version bumps.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=14
2020-12-08 08:45:48 +00:00
3dfb8c16f9 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
2020-07-09 11:20:06 +00:00
743fc18f74 - 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/package/show/devel:languages:clojure/leiningen?expand=0&rev=12
2020-07-09 05:06:56 +00:00
2fb027afdc Accepting request 800640 from devel:languages:clojure
- boo#1171255 - leiningen does not work: ClassNotFoundException:
  Use correct version in bash script

OBS-URL: https://build.opensuse.org/request/show/800640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=5
2020-05-07 12:49:57 +00:00
532aef0650 - boo#1171255 - leiningen does not work: ClassNotFoundException:
Use correct version in bash script

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=10
2020-05-06 09:20:47 +00:00
b9599f241c Accepting request 785773 from devel:languages:clojure
- 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.

OBS-URL: https://build.opensuse.org/request/show/785773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=4
2020-03-17 12:11:09 +00:00
cf7729e343 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=8
2020-03-17 05:02:09 +00:00
ffd35dd0c5 Accepting request 781388 from devel:languages:clojure
- 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.

OBS-URL: https://build.opensuse.org/request/show/781388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=3
2020-03-05 22:18:43 +00:00
0a4cb48d7e - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=6
2020-03-04 06:48:39 +00:00
4b2cbfff72 Accepting request 730073 from devel:languages:clojure
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/730073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=2
2019-09-13 12:58:01 +00:00
b783eb9d67 Accepting request 718082 from devel:languages:clojure
clojure

OBS-URL: https://build.opensuse.org/request/show/718082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=1
2019-09-11 08:25:45 +00:00
0dc2881b86 Accepting request 726007 from home:jengelh:branches:devel:languages:clojure
- Trim filler wording from descriptions.

OBS-URL: https://build.opensuse.org/request/show/726007
OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=3
2019-08-26 09:01:33 +00:00
90488299fe - 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

- Remove PKGBUILD

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=2
2019-07-16 15:03:27 +00:00
d5da0ca780 osc copypac from project:home:KGronlund package:leiningen revision:29
OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=1
2019-07-16 10:07:47 +00:00