pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/elixir



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May 17 14:44:21 UTC 2020

Modified Files:
        pkgsrc/lang/elixir: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/elixir/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/elixir/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/elixir/Makefile
diff -u pkgsrc/lang/elixir/Makefile:1.16 pkgsrc/lang/elixir/Makefile:1.17
--- pkgsrc/lang/elixir/Makefile:1.16    Thu Mar 26 02:31:23 2020
+++ pkgsrc/lang/elixir/Makefile Sun May 17 14:44:21 2020
@@ -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}

Index: pkgsrc/lang/elixir/distinfo
diff -u pkgsrc/lang/elixir/distinfo:1.13 pkgsrc/lang/elixir/distinfo:1.14
--- pkgsrc/lang/elixir/distinfo:1.13    Wed Feb 26 19:21:50 2020
+++ pkgsrc/lang/elixir/distinfo Sun May 17 14:44:21 2020
@@ -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