Change logs for snek source package in Sid

  • snek (1.9-3) unstable; urgency=medium
    
      * Fix lintian errors
    
     -- Keith Packard <email address hidden>  Wed, 27 Sep 2023 11:27:47 -0700
  • snek (1.9-2) unstable; urgency=medium
    
      * Fix ev3 build to avoid inheriting host CFLAGS. Closes: #1052744.
    
     -- Keith Packard <email address hidden>  Tue, 26 Sep 2023 22:03:17 -0700
  • snek (1.9-1) unstable; urgency=medium
    
      * New upstream version
    
      * Build with latest toolchain bits
    
      * Add '_' support
    
     -- Keith Packard <email address hidden>  Fri, 23 Dec 2022 21:50:47 -0800
  • snek (1.8-4) unstable; urgency=medium
    
      * Add bits for risc-v in autopkgtest. Closes: #1009206.
    
     -- Keith Packard <email address hidden>  Tue, 03 May 2022 13:44:53 -0700
  • snek (1.8-3) unstable; urgency=medium
    
      * Fix typo in changelog
    
     -- Keith Packard <email address hidden>  Sat, 09 Apr 2022 14:35:08 -0700
  • snek (1.8-1) unstable; urgency=medium
    
      * New upstream release.
    
      * Fix build with new picolibc (HAVE_SEMIHOST → _HAVE_SEMIHOST)
    
      * Add 'str' builtin. Just like Python, the str builtin converts any
        value to a string.
    
      * Fix 'chained' comparisons (e.g. a < b < c). These generated
        incorrect code that left the stack messed up unless all comparisons
        were true.
    
      * Allow 3 * 'a' as well as 'a' * 3. The code for evaluating
        expressions only permitted the string to be on the left side.
    
      * Add support in snekde for auto-detecting device baud rate between
        57600 and 115200 baud.
    
      * Add port to the ATMega 328 based LilyPad, in both the regular size
        as well as the big version which replaces the boot loader to gain
        more functionality.
    
     -- Keith Packard <email address hidden>  Sun, 27 Mar 2022 12:28:07 -0700
  • snek (1.7-2) unstable; urgency=medium
    
      * Note that 1.7 builds fine with gcc-11. Closes: #984343.
    
     -- Keith Packard <email address hidden>  Sun, 10 Oct 2021 18:16:17 -0700
  • snek (1.7-1) unstable; urgency=medium
    
      * New upstream release
      * Fix NaN comparisons and make dicts containing NaN keys work.
      * Add math funcs to nano-every port.
    
     -- Keith Packard <email address hidden>  Sun, 10 Oct 2021 10:54:44 -0700
  • snek (1.6-1) unstable; urgency=medium
    
      * New upstream release
      * Software flow control (ENQ/ACK) support added.
      * Narrow 1284 support.
      * Seed Grove Beginner Kit support.
      * Seeduino XIAO support.
    
     -- Keith Packard <email address hidden>  Tue, 10 Aug 2021 15:55:54 -0700
  • snek (1.5-1) unstable; urgency=medium
    
      * New upstream release.
      * Arduino Uno port
      * Handle 'chained' comparison operators (e.g. a > b > c)
      * Stop using black during build. Closes: #971143.
    
     -- Keith Packard <email address hidden>  Tue, 06 Oct 2020 16:17:33 -0700
  • snek (1.4.1-6) unstable; urgency=medium
    
      * Add gcc as autopkgtest dependency
    
     -- Keith Packard <email address hidden>  Sat, 23 May 2020 19:41:39 -0700
  • snek (1.4.1-5) unstable; urgency=medium
    
      * Require fewer dependencies for -arch packages
      * Don't test risc-v binaries as QEMU doesn't support that yet
    
     -- Keith Packard <email address hidden>  Sat, 23 May 2020 09:13:34 -0700
  • snek (1.4.1-4) unstable; urgency=medium
    
      * Add dependency from snek-bin to snek to get desktop icon
      * Add -fdebug-prefix-map to builds
    
     -- Keith Packard <email address hidden>  Fri, 22 May 2020 16:40:31 -0700
  • snek (1.4-3) unstable; urgency=medium
    
      * Skip building firmware in binary-arch target
    
     -- Keith Packard <email address hidden>  Fri, 22 May 2020 02:42:30 -0700
  • snek (1.4-1) unstable; urgency=medium
    
      * Upstream release 1.4
      * Ports to EV3 and HiFive1 Rev B
      * Lessons with Snekboard and LEGO added
      * Make autopkgtest use installed snek binaries
    
     -- Keith Packard <email address hidden>  Wed, 13 May 2020 13:46:01 -0700
  • snek (1.3-1) unstable; urgency=medium
    
      * Upstream release 1.3
      * Ports to ESP32 and µduino
      * Bug fix in string interpolation
      * Code refactoring and other size reductions
      * Test on embedded ARM processor using QEMU
    
     -- Keith Packard <email address hidden>  Sun, 15 Dec 2019 23:02:31 -0800
  • snek (1.2-2) unstable; urgency=medium
    
      * Expose compiler flags in build log
      * Add dpkg-buildflags to Linux snek binary
    
     -- Keith Packard <email address hidden>  Fri, 15 Nov 2019 23:30:08 -0800
  • snek (1.1-1.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * No-change source-only upload to allow testing migration.
    
     -- Boyuan Yang <email address hidden>  Thu, 24 Oct 2019 23:49:18 -0400
  • snek (1.1-1) unstable; urgency=medium
    
      * Upstream release 1.1
      * Add copyright information for fonts
      * Switch copyright on docs to GPLv3+ (from CC SA)
      * Add copyright information for uf2conf.py
      * Add copyright information for Instdrv
      * Make named vs positional parameters match Python
      * Add 'None' built-in constant
      * Add 'SnekBoard' port
      * Add string * number
      * Add 'assert' statement (from Paulo Henrique Silva <email address hidden>)
    
     -- Keith Packard <email address hidden>  Thu, 12 Sep 2019 15:58:41 -0400