Skip to content

Commit

Permalink
comms/nanovna-saver: Update to 0.5.3
Browse files Browse the repository at this point in the history
Changelog
=========

0.5.3
-----

 - Int casts due to python 3.10 extension interface changes
 - Pycodestyle changes

0.5.2
-----

 - Using more integer divisions to get right type for QPainter
   points

0.5.1
-----

 - fixed crashing polar charts on python3.10  #528 (#539)
  • Loading branch information
Diane Bruce authored and Diane Bruce committed Sep 18, 2022
1 parent cb94057 commit b1d3a8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions comms/nanovna-saver/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= nanovna-saver
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
DISTVERSION= 0.5.3
CATEGORIES= comms hamradio

MAINTAINER= [email protected]
Expand All @@ -17,7 +17,6 @@ BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}

USES= python:3.3+ pyqt:5
USE_PYQT= serial
USE_PYTHON= distutils autoplist noflavors

USE_GITHUB= yes
Expand Down
6 changes: 3 additions & 3 deletions comms/nanovna-saver/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1662918285
SHA256 (NanoVNA-Saver-nanovna-saver-v0.5.0_GH0.tar.gz) = a3c4ebc42adcfad15f72b2686a4136854d3eb6f3c1fe4645dfd341ff7375584b
SIZE (NanoVNA-Saver-nanovna-saver-v0.5.0_GH0.tar.gz) = 490408
TIMESTAMP = 1663513335
SHA256 (NanoVNA-Saver-nanovna-saver-v0.5.3_GH0.tar.gz) = fc178b074f2e597b0206e01d4550e1b00f83bae4cdc38ed6611619e3199272cc
SIZE (NanoVNA-Saver-nanovna-saver-v0.5.3_GH0.tar.gz) = 490288

0 comments on commit b1d3a8a

Please sign in to comment.