http://www.soapui.org/news/SoapUI-5-2-released.html
- You can use 4 new JSONPath-based assertions:
o JsonPath Count
Calculates the number of element occurrences in a JSON response.
o JsonPath Existence Match
Extracts data from a JSON response and compares it with an expected
value.
o JsonPath Match
Checks if a JSON response contains specific node.
o JsonPath RegEx Match
Extracts data from a JSON response and verifies it with a regular
expression.
You can find the new assertions in the Add Assertions dialog, in
the Property Content assertion group.
- You can create new empty projects (in earlier versions, projects
had to be based on WSDL or WADL, or URI).
- Support for Java 6 has been dropped.
To run SoapUI, now you need to have Java 7 on your computer.
- Old-style icons have been replaced with newer icons.
- Several bugs fixed.
- Blixem bug fix in sorting features, RT 473624
- Compilation of the seqtools in parallel, RT 467905
- Fix bug with sorting by similarity/identity to first sequence (RT:473624)
- Fix an error compiling with multiple threads (RT:467905)
- Update to 0.3.0, unbreaking due to 2.3+ versions of net/py-tweepy
in the ports tree
- Patch setup.py to relax py-tweepy version requirement
- oauth2 is no longer required
- Set USES=python to 2.7, since this doesnt need the meta-port
- Patch in setuptools test command support (setup.py)
- Update TEST_DEPENDS and TESTS option description
- Sort USE_PYTHON values
- Add NO_ARCH
Second half of:
PR: 200621
Reported by: Patrick P. <freebsdbug patpro net>
MFH: 2015Q3
- Update to 3.3.0
- Take MAINTAINER'ship
- Switch to GITHUB to get access to the tests & test suite
- Allow building with Python 3 (now supported)
- Update BUILD_DEPENDS and RUN_DEPENDS
- Sort USE_PYTHON values
- Patch setup.py to correctly set test dependencies and hook in the setuptools
test command
- Patch out unnecessary (tox) test dependency.
Changes:
https://github.com/tweepy/tweepy/blob/v3.3.0/CHANGELOG.md
First part of:
PR: 200621
Reported by: Patrick P. <freebsdbug patpro net>
This package doesn't require lang/python2, so set USES=python:2.7 explicitly
to avoid pulling in an unecessary dependency. The upstream setup.py states
that it supports 2.6 and 2.7.
PR: 197834
The pyscard smartcard library is a framework for building smart card
aware applications in Python. The smartcard module is built on top of
the PCSC API Python wrapper module.
WWW: http://pyscard.sourceforge.net/
PR: 197834
Submitted by: <mp39590 gmail com>
This was specified on USES: iconv:build,lib
This is incorrect; the way iconv.mk is written, "build" and "lib" are
mutually exclusive and "build" takes precedence. This means the library
dependency was not registered.
Moveover, it's failing on FreeBSD 11 and dev-branch of DragonFly because
it uses transliteration. Setting USES=iconv:translit fixes both issues.
Approved by: Just fix it
- Upstream has switched away from SourceForge to their own content
delivery network
- Trim some extraneous whitespace
Change Log: https://www.phpmyadmin.net/files/4.4.11/
This version is patched so that:
* ELF and API features are enabled.
* The default environment is trimmed to just what's needed to boot.
* The saveenv command writes to the file u-boot.env on the FAT partition.
* The DTB file name is chosen based on the board model and passed to ubldr
using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on
the FreeBSD partition.
* By default, it loads ELF ubldr from file ubldr on the FAT partition to
address 0x42000000, and launches it.
For information about running FreeBSD on Allwinner SoCs, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
Differential Revision: https://reviews.freebsd.org/D2874
Reviewed by: garga
Approved by: garga