Commit Graph

2547 Commits

Author SHA1 Message Date
Colin McAllister
cb2e90d004 python3-textparser: Added recipe
Added python3 recipe for textparser.

Signed-off-by: Colin McAllister <colinmca242@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-06 10:25:55 -07:00
Colin McAllister
2cf66ec68f python3-lorem: Added recipe
Created Python3 recipe for python3-lorem.

Signed-off-by: Colin McAllister <colinmca242@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:43:42 -07:00
Colin McAllister
c3de00fb6c python3-paramiko: Added recipe
Created Python3 recipe for paramiko.

Signed-off-by: Colin McAllister <colinmca242@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:43:38 -07:00
Leon Anavi
f026e37b25 python3-tqdm: Upgrade 4.47.0 -> 4.48.0
Upgrade to release 4.48.0:

- add tqdm.asyncio
- reduce contrib.discord logging verbosity
- fix potential pandas() modifying **kwargs bug
- update documentation
- add tests
- misc framework updates

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:43:33 -07:00
Leon Anavi
2359505769 python3-luma-core: Upgrade 1.14.0 -> 1.14.1
Upgrade to release 1.14.1:

- Pin spidev at v3.4 or lower; v3.5 seems to cause SystemException
  running on latest linux kernel
- Fix bug in snapshot: should always redraw on startup

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:43:28 -07:00
Leon Anavi
739eeaaff4 python3-pandas: Upgrade 1.0.5 -> 1.1.0
Upgrade to release 1.1.0. This is a minor release which includes
some new features, bug fixes, and performance improvements.
For more details have a look at:
https://pandas.pydata.org/pandas-docs/version/1.1.0/whatsnew/v1.1.0.html

License-Update: Updated years. The license remains the same.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:43:24 -07:00
Leon Anavi
0ceb50b73b python3-cffi: Upgrade 1.14.0 -> 1.14.1
Upgrade to release 1.14.1:

* CFFI source code is now `hosted on Heptapod`_.
* Improved support for ``typedef int my_array_t[...];`` with an
  explicit dot-dot-dot in API mode
* Windows (32 and 64 bits): multiple fixes for ABI-mode call to
  functions that return a structure.
* Experimental support for MacOS 11 on aarch64.
* Other minor changes and bug fixes.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:43:20 -07:00
Leon Anavi
fab1c72cc9 python3-xlsxwriter: Upgrade 1.2.9 -> 1.3.0
Upgrade to release 1.3.0:

- Added support for custom chart :ref:`custom data labels
  <chart_series_option_custom_data_labels>`.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:43:15 -07:00
Leon Anavi
84fa30f1fd python3-xlsxwriter: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:43:11 -07:00
Leon Anavi
d78a2a739f python3-cbor2: Upgrade 5.1.1 -> 5.1.2
Upgrade to release 5.1.2:

- Bugfix: Refcount bug in C lib causing intermittent segfaults
  on shutdown

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:43:06 -07:00
Leon Anavi
09739f31d7 python3-dynamic-dispatch: Upgrade 1.0.2 -> 1.0.3
Upgrade to release 1.0.3:

- Fix bug when instantiating a thrice derived classes via dynamic
  dispatch.

Also a HOMEPAGE has been set.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:43:01 -07:00
Leon Anavi
5ff8e5595d python3-pychromecast: Upgrade 7.1.2 -> 7.2.0
Upgrade to release 7.2.0:

- Allow passing an already existing zeroconf object to additional
  functions
- Ignore browser updates for *._sub._googlecast._tcp.local.
- Fix return type of get_listed_chromecasts
- Remove host and port from Chromecast object

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:42:56 -07:00
Leon Anavi
e743e45762 python3-pid: Upgrade 3.0.3 -> 3.0.4
Upgrade to release 3.0.4:

- Use APPDATA and HOME locations on Windows

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:42:52 -07:00
Leon Anavi
c3e5c98710 python3-pymongo: Upgrade 3.10.1 -> 3.11.0
Upgrade to release 3.11.0:

- Added support for MongoDB 4.4.
- Fixed a bug in change streams that could cause PyMongo to miss
  some change documents when resuming a stream that was started
  without a resume token and whose first batch did not contain any
  change documents.
- Fixed an bug where using gevent.Timeout to timeout an operation
  could lead to a deadlock.

For more details:
https://pymongo.readthedocs.io/en/3.11.0/changelog.html

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:42:47 -07:00
Leon Anavi
3fae19d9d4 python3-pyroute2: Upgrade 0.5.12 -> 0.5.13
Upgrade to release 0.5.13:

- netns: allow to pass custom libc reference
- generic: att L2TP support
- iproute: link_lookup() optimization
- ndb: basic cluster support

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:42:43 -07:00
Leon Anavi
c1bba3ef29 python3-gmqtt: Upgarde 0.6.5 -> 0.6.7
Upgrade to release 0.6.7:

- Handle incoming topic alias in proper way
- Fix python3.8 warning and improve disconnect process

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:42:38 -07:00
Leon Anavi
e6c7984133 python3-lxml: Upgrade 4.5.1 -> 4.5.2
Upgrade to release 4.5.2:

- Cleaner() now validates that only known configuration options
  can be set.
- LP#1882606: Cleaner.clean_html() discarded comments and PIs
  regardless of the corresponding configuration option, if
  remove_unknown_tags was set.
- LP#1880251: Instead of globally overwriting the document loader
  in libxml2, lxml now sets it per parser run, which improves the
  interoperability with other users of libxml2 such as libxmlsec.
- LP#1881960: Fix build in CPython 3.10 by using Cython 0.29.21.
- The setup options "--with-xml2-config" and "--with-xslt-config"
  were accidentally renamed to "--xml2-config" and "--xslt-config"
  in 4.5.1 and are now available again.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:42:26 -07:00
Leon Anavi
35cf980166 python3-urllib3: Upgrade 1.25.9 -> 1.25.10
Upgrade to release 1.25.10:

* Added support for ``SSLKEYLOGFILE`` environment variable for
  logging TLS session keys with use with programs like
  Wireshark for decrypting captured web traffic
* Fixed loading of SecureTransport libraries on macOS Big Sur
  due to the new dynamic linker cache
* Collapse chunked request bodies data and framing into one
  call to ``send()`` to reduce the number of TCP packets by 2-4x
* Don't insert ``None`` into ``ConnectionPool`` if the pool
  was empty when requesting a connection
* Avoid ``hasattr`` call in ``BrotliDecoder.decompress()``

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28 12:23:15 -07:00
Leon Anavi
1c9c648e59 python3-matplotlib: Upgrade 3.2.2 -> 3.3.0
Upgrade to release 3.3.0:

- Provisional API for composing semantic axes layouts from text
  or nested lists
- New Axes.sharex, Axes.sharey methods
- Turbo colormap
- colors.BoundaryNorm supports extend keyword argument
- Text color for legend labels
- Pcolor and Pcolormesh now accept shading='nearest' and 'auto'
- Allow tick formatters to be set with str or function inputs
- New Axes.axline method
- Dates use a modern epoch
- Improved font weight detection
- Axes3D no longer distorts the 3D plot to match the 2D aspect
  ratio
- More consistent toolbar behavior across backends
- Toolbar icons are now styled for dark themes
- Cursor text now uses a number of significant digits matching
  pointing precision
- Functions to compute a Path's size
- savefig() gained a backend keyword argument
- Saving SVG now supports adding metadata
- Saving PDF metadata via PGF now consistent with PDF backend
- NbAgg and WebAgg no longer use jQuery & jQuery UI

Create setup.cfg with configuration to use the copy of FreeType
installed on the system.

License-Update: The line and the checksum of the license in
setup.py has changed but the license remains the same.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28 12:23:15 -07:00
Leon Anavi
9f2c5ed0d9 python3-colorlog: Upgrade 4.1.0 -> 4.2.1
Upgrade to release 4.2.1:

- Fix: product description on pypi is not formatted. For details:
  https://github.com/borntyping/python-colorlog/issues/67

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28 12:23:15 -07:00
Leon Anavi
51a1e18f43 python3-bitarray: Upgrade 1.4.1 -> 1.4.2
Upgrade to 1.4.2:

* add more tests
* C-level:
    - simplify pack/unpack code
    - fix memory leak in `~` operation (bitarray_cpinvert)

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28 12:23:15 -07:00
Leon Anavi
d02382a373 python3-aenum: Upgrade 2.2.3 -> 2.2.4
Upgrade to release 2.2.4:

- add support to Constant to retrieve members by value
- add pickle/deepcopy support to Constant
- add support for Constant to use other Constant values
- AutoNumber and auto() now work together
- Enum members are now added to the class as enum_property, which
  supports unshadowing of parent class attributes when called on
  an Enum member

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28 12:23:15 -07:00
Leon Anavi
17f906e5ed python3-cmd2: Upgrade 1.1.0 -> 1.2.1
Upgrade to release 1.2.1:

- Switched to getting version using importlib.metadata instead
  of using pkg_resources
- Fixed typing module compatibility issue with Python 3.5 prior
  to 3.5.4
- Relax minimum version of importlib-metadata to >= 1.6.0 when
  using Python < 3.8

Update the HOMEPAGE to match the home page link from pypi.org.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28 12:23:15 -07:00
Leon Anavi
9c5ac93936 python3-pytest-metadata: Upgrade 1.9.0 -> 1.10.0
Upgrade to release 1.10.0:

- Compatible with pytest-xdist 1.22.3+, now including 2.0+

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28 12:23:15 -07:00
Leon Anavi
76b83194b3 python3-coverage: Upgrade 5.1 -> 5.2
Upgrade to release 5.2:

- The HTML report has been redesigned by Vince Salvino. There is
  now a dark mode, the code text is larger, and system sans serif
  fonts are used, in addition to other small changes.
- The coverage report and coverage html commands now accept a
  --precision option to control the number of decimal points
  displayed. Thanks, Teake Nutma.
- The coverage report and coverage html commands now accept a
  --no-skip-covered option to negate --skip-covered.
  Thanks, Anthony Sottile.
- The --skip-empty option is now available for the XML report.
- The coverage report command now accepts a --sort option to
  specify how to sort the results. Thanks, Jerin Peter George.
- If coverage fails due to the coverage total not reaching the
  --fail-under value, it will now print a message making the
  condition clear. Thanks, Naveen Yadav.
- TOML configuration files with non-ASCII characters would cause
  errors on Windows. This is now fixed.
- The output of --debug=trace now includes information about how
  the --source option is being interpreted, and the module names
  being considered.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-23 10:27:10 -07:00
Leon Anavi
117af0bc9d python3-pychromecast: Upgrade 7.1.1 -> 7.1.2
Upgrade to release 7.1.2:

- Keep previously known Chromecast in service listener
- Remove reboot function
- Create Dependabot config file

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-23 10:27:06 -07:00
Leon Anavi
acd01432eb python3-mock: Upgrade 4.0.1 -> 4.0.2
Upgrade 4.0.2:

- Issue #39915: Ensure unittest.mock.AsyncMock.await_args_list has
  call objects in the order of awaited arguments instead of using
  unittest.mock.Mock.call_args which has the last value of the
  call. Patch by Karthikeyan Singaravelan.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-23 10:27:02 -07:00
Leon Anavi
de42d8c0bd python3-stevedore: Upgrade 2.0.1 -> 3.2.0
Upgrade to release 3.2.0:

- sphinxext: fix warning message for detailed list
- add release note before major version update
- switch to importlib.metadata package

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-23 10:26:58 -07:00
Leon Anavi
a4e99bbb22 python3-isort: Upgrade 5.1.0 -> 5.1.4
Upgrade to release 5.1.4:

- Fixed issue #1333: Use of wrap_length raises an exception about
  it not being lower or equal to line_length.
- Fixed issue #1330: Ensure stdout can be stubbed dynamically for
  show_unified_diff function.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-23 10:26:53 -07:00
Leon Anavi
16ba72d305 python3-simplejson: Upgrade 3.17.0 -> 3.17.2
Upgrade to release 3.17.2:

* Added arm64 to build matrix and reintroduced
  manylinux wheels
* No more bdist_wininst builds per PEP 527
* Minor grammatical issue fixed in README

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-23 10:26:48 -07:00
Leon Anavi
8b27915e26 python3-pymysql: Upgrade 0.9.3 -> 0.10.0
Upgrade to release 0.10.0:

- MariaDB ed25519 auth is supported.
- Python 3.4 support is dropped.
- Context manager interface is removed from Connection. It will
  be added with different meaning.
- MySQL warnings are not shown by default because many user report
  issue to PyMySQL issue tracker when they see warning. You need
  to call "SHOW WARNINGS" explicitly when you want to see warnings.
- Formatting of float object is changed from "3.14" to "3.14e0".
- Use cp1252 codec for latin1 charset.
- Fix decimal literal.
- TRUNCATED_WRONG_VALUE_FOR_FIELD, and ILLEGAL_VALUE_FOR_TYPE are
  now DataError instead of InternalError.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-23 10:26:43 -07:00
Colin McAllister
7610352677 python3-bitstruct: Added recipe
Created python3 recipe for bitstruct.

Signed-off-by: Colin McAllister <colinmca242@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-23 10:26:39 -07:00
Colin McAllister
d6bd2fc613 python3-diskcache: Added recipe
Created python3 recipe for diskcache.

Signed-off-by: Colin McAllister <colinmca242@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-23 10:26:35 -07:00
Colin McAllister
019d4a502d python3-dateparser: Added recipe
Created python3 recipe for dateparser.

Signed-off-by: Colin McAllister <colinmca242@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-23 10:26:30 -07:00
Colin McAllister
250df64050 python3-cantools: Added recipe
Created python3 recipe for cantools.

Signed-off-by: Colin McAllister <colinmca242@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-23 10:25:37 -07:00
Ryan Rowe
cfa7869173 python3-pint: add setuptools and packaging to RDEPENDS
Signed-off-by: Ryan Rowe <rrowe@xevo.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-21 16:46:36 -07:00
Alistair Francis
9cf730f222 python3-obd: Add missing setuptools RDEPENDS
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-21 16:46:36 -07:00
Ryan Rowe
63581c4b2b python3-packaging: add -native version
Signed-off-by: Ryan Rowe <rrowe@xevo.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-21 16:46:36 -07:00
Zang Ruochen
70e7be0497 python3-typeguard: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 12:10:43 -07:00
Zang Ruochen
2c2c5ea042 python3-soupsieve: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 12:10:39 -07:00
Zang Ruochen
5589e39dbe python3-smpplib: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 12:10:35 -07:00
Zang Ruochen
0fdee019fd python3-semver: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 12:10:32 -07:00
Zang Ruochen
ab11bdfe05 python3-requests-file: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 12:10:25 -07:00
Leon Anavi
32f5b2b03d python3-bitarray: Upgrade 1.2.2 -> 1.4.1
Upgrade to release 1.4.1:

* add `.clear()` method (Python 3.3 added this method to lists)
* avoid overallocation when bitarray objects are initially created
* raise BufferError when resizing bitarrays which is exporting
  buffers
* add example to study the resize() function
* improve some error messages
* add more tests
* raise `NotImplementedError` with (useful message) when trying to
  call the `.fromstring()` or `.tostring()` methods, which have
  been removed in the last release
* add official Python 3.9 support
* improve many docstrings
* add DeprecationWarning for bitdiff()
* add more tests
* C-level:
  - simplify pack/unpack code
  - fix memory leak in '~' operation (bitarray_cpinvert)

Use the exact line for the license in PKG-INFO.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 12:10:20 -07:00
Leon Anavi
64275adde8 python3-netaddr: Upgrade 0.7.20 -> 0.8.0
Upgrade to release 0.8.0:

* Fixed weak reference support in classes with ``__slots__``
* Added ``__bytes__`` to ``IPAddress`` for intuitive usage,
  thanks to Michael Belousov.
* Added ``format()`` function to EUI, thanks to Omer Anson.
* Added ``IPNetwork.netmask`` property setter, thanks to
  Naveen Nathan.
* Added support for IABs in the ``40:D8:55`` OUI, thanks to
  Brian Maissy.
* Drastically optimized ``spanning_cidr()``, thanks to Brian
  Maissy.
* Fixed ``"x.x.x.x/x" in IPNetwork`` tests, thanks to xpac1985.
* Added support for passing iterables of ``IPRange`` to ``IPSet``
  and ``cidr_merge()``, based on a patch by Henry Stern.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 12:10:15 -07:00
Leon Anavi
d2fecb5895 python3-isort: Upgrade 4.3.21 -> 5.1.0
Upgrade to release 5.1.0:

- isort now throws an exception if an invalid settings path is
  given (issue #1174).
- Implemented support for automatic redundant alias removal
  (issue #1281).
- Implemented experimental support for floating all imports to
  the top of a file (issue #1228)
- Fixed #1178: support for semicolons in decorators.
- Fixed #1315: Extra newline before comment with -n + --fss.
- Fixed #1192: -k or --keep-direct-and-as-imports option has been
  deprecated as it is now always on.

For more details and breaking changes with release 5:
https://github.com/timothycrosley/isort/blob/master/CHANGELOG.md

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 12:10:10 -07:00
Leon Anavi
21a29fa0ab python3-psutil: Upgrade 5.7.0 -> 5.7.2
Upgrade to release 5.7.2:

- wheels for 2.7 were inadvertently deleted.
- parallel tests on UNIX (make test-parallel). They're twice as
  fast!
- "make build/install" is now run in parallel and it's about 15%
  faster on UNIX.
- Process.wait() on POSIX returns an enum, showing the negative
  signal which was used to terminate the process.
- Process.wait() return value is cached so that the exit code can
  be retrieved on then next call.
- memory leak tests are now stable.
- Linux: cpu_freq() parsing should use spaces instead of tabs on
  ia64.
- Linux: Process.rlimit() does not handle long long type properly.
- fix signature of callback function for getloadavg().

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 12:10:05 -07:00
Leon Anavi
b9cee05f04 python3-cbor2: Upgrade 5.1.0 -> 5.1.1
Upgrade to release 5.1.1:

- Build system: Making C lib optional if it fails to compile
- Build system: Better Glibc version detection
- Tests: Positive and negative bignums
- Bugfix: Fractional seconds parsing in datetimes

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 12:10:01 -07:00
Andrej Valek
0b9e55a864 python3-xlsxwriter: add recipe for v 1.2.9
Recipe for https://xlsxwriter.readthedocs.io python3 module

Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 12:09:39 -07:00
Armin Kuster
2cc2f77dc4 python3-qrcode: add package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 07:10:28 -07:00