blob: 21481704729bb625139fcf9d522f81de08285927 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
2024-02-17 Christopher Arndt <aur -at- chrisarndt -dot- de>
* 1.23.0.r138.gdef6ad4742
- Removed 'axtls' sub-module (mbedtls is now default)
- Added 'glibc' to depends
- Removed 'micropython-lib' from optdepends
- Added 'mpremote' to optdepends
- Changd pkgdesc slightly
- Changed project URL to HTTPS
- Strip '-preview' from pkgver
2022-10-23 Christopher Arndt <aur -at- chrisarndt -dot- de>
* 1.19.1.r560.g68f166dae9:
- Added new necessary sub-modules; remove i686 arch
- Added `check()` function and excluded some failing tests
2019-09-21 Christopher Arndt <aur -at- chrisarndt -dot- de>
* 1:1.12.r451.g18fb5b443:
- Changed pkgver function to use git describe
- Declared all git sub-modules in sources
- Updated build commands
- Added 'mpy-cross' to conflicts
- Install readme in to docdir
2019-09-21 Christopher Arndt <aur -at- chrisarndt -dot- de>
* 1:1.11.r10585.d96391aca-1:
- Simplified pkgver function
2018-07-23 Christopher Arndt <aur -at- chrisarndt -dot- de>
* 1:1.9.4.405.g7067ac357-1:
Added -Wno-error=array-bounds compiler flag to make invocation for axtls.
2017-12-13 Christopher Arndt <aur -at- chrisarndt -dot- de>
* 1:1.9.3.161.g43141ddb5
Install 'mpy-cross' binary.
2017-01-27 Christopher Arndt <aur -at- chrisarndt -dot- de>
* 1:1.9.2.83.g6e06512e0-1
Adapted PKGBUILD to new source repository layout.
2017-01-27 Christopher Arndt <aur -at- chrisarndt -dot- de>
* 1:1.8.7.108.g0390bc97e-2 :
Fixed date of previous package version in this ChangeLog.
Disabled executable stack for 'micropython' binary.
2017-01-27 Christopher Arndt <aur -at- chrisarndt -dot- de>
* 1:1.8.7.108.g0390bc97e-1 :
Changed package versioning scheme: now includes upstream version and git
info to match what MicroPython REPL banner shows.
Removed 'readline' from depends, MicroPython now uses its own readline
implementation.
Removed 'pip-setuptools' and 'pip-virtualenv' from optdepends, the
'pip-micropython' tool is deprecated and not installed anymore.
Adapted to upstream changes in compilation procedure.
Added workround to fix compilation errors in axtls due to leaking of
-Werror in CFLAGS from top-level Makefile in makepkg build environment.
|