Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/elixir elixir: Update to 1.10.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ff005453dd3
branches:  trunk
changeset: 431907:8ff005453dd3
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun May 17 14:44:21 2020 +0000

description:
elixir: Update to 1.10.3

## v1.10.3 (2020-04-25)

### 1. Bug fixes

#### Elixir

  * [Code] Return `[{mod, bin}]` from `Code.compile_file/2`, `Code.require_file/2`, `Code.load_file/2`
  * [Code] Make sure the formatter respects newlines before and after module attributes
  * [Kernel.ParallelCompiler] Fix a bug where the parallel compiler would raise in long compilation cycles
  * [Kernel.ParallelCompiler] Fix a bug where the parallel compiler would raise if some of the modules being compiled referred to a module that has been loaded directly to memory
  * [Module] Fix accidental breaking change where bodiless clauses had their body value on `@on_definition` callbacks set to an empty list instead of `nil`
  * [String] Undeprecate `String.normalize/2` normalize and fix infinite loop caused by certain invalid strings

#### ExUnit

  * [ExUnit.Assertions] Fix pattern matching diff when matching on pinned variables
  * [ExUnit.Assertions] Fix pattern matching diff when matching variable struct names
  * [ExUnit.Assertions] Fix pattern matching diff when matching on the binary concat operator (`<>`) and the left side is not a literal string
  * [ExUnit.Assertions] Fix pattern matching diff when matching on pseudo-vars (`__MODULE__`, `__DIR__`, etc)

#### Mix

  * [mix release] Respect the `:path` option when creating a `:tar` file for releases

diffstat:

 lang/elixir/Makefile |   4 ++--
 lang/elixir/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r d45c8bcffc4b -r 8ff005453dd3 lang/elixir/Makefile
--- a/lang/elixir/Makefile      Sun May 17 14:43:28 2020 +0000
+++ b/lang/elixir/Makefile      Sun May 17 14:44:21 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/03/26 02:31:23 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/17 14:44:21 nia Exp $
 
-DISTNAME=      elixir-1.10.2
+DISTNAME=      elixir-1.10.3
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=elixir-lang/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r d45c8bcffc4b -r 8ff005453dd3 lang/elixir/distinfo
--- a/lang/elixir/distinfo      Sun May 17 14:43:28 2020 +0000
+++ b/lang/elixir/distinfo      Sun May 17 14:44:21 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2020/02/26 19:21:50 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/05/17 14:44:21 nia Exp $
 
-SHA1 (elixir-1.10.2.tar.gz) = 78bec225cec309471f58c9ff2c88af554998ae27
-RMD160 (elixir-1.10.2.tar.gz) = c1326d507526f4b491c4e289c948214563e200d0
-SHA512 (elixir-1.10.2.tar.gz) = a1d1c7847fc8135865d063c6e014bee970066ba07f979f308bec456a732f5366a9343631239965d1caeeaea5cdb644f35185fdfb23f18fcc8c6735a7e3256c0f
-Size (elixir-1.10.2.tar.gz) = 2323450 bytes
+SHA1 (elixir-1.10.3.tar.gz) = 99a7c1e160dc3c4a51198e2e27faa6bd4ee3f90e
+RMD160 (elixir-1.10.3.tar.gz) = 5f8e121a9288f0114b2c431a13f6e07f45b22ffe
+SHA512 (elixir-1.10.3.tar.gz) = 66b18b983e5374afbd4d94c43a880c5e46a9aa150fa6f38be74ff7f58a19eaaee00248b202d9ae3f6b78e2495fc8d5cec755de644256a731be367766c3812855
+Size (elixir-1.10.3.tar.gz) = 2329031 bytes
 SHA1 (patch-Makefile) = 00a68538bae40effba33fc3bc5019fdbf38a91f3



Home | Main Index | Thread Index | Old Index