Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-usbsdmux-24.01.1-1.1 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: python310-usbsdmux Distribution: openSUSE Tumbleweed
Version: 24.01.1 Vendor: openSUSE
Release: 1.1 Build date: Thu Jun 13 09:52:14 2024
Group: Unspecified Build host: reproducible
Size: 204201 Source RPM: python-usbsdmux-24.01.1-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://shop.linux-automation.com/index.php?route=product/product&product_id=50
Summary: Tool to control an usb-sd-mux from the command line
Tool to control USB-SD-mux hardware from linux-automation.com

Full manual is available at https://www.linux-automation.com/usbsdmux-M01/

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Thu Jun 13 2024 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Switch from 'plugdev' group to 'disk' group for udev rule
  - Update to 24.01.1:
    * introduce (optional) logging of meta-data via MQTT.
      See the README for more details on how to use it.
    * What's Changed
    - Add statistics via mqtt by @BedaKraus in #68
    - README: Update DCO to follow the kernel wording by @SmithChart in #70
  - Skipped 24.01:
    * Our tool can now read the SCR, CID and CSD SD card registers from
      the card reader ID, decode their contents and print the result on
      the screen. Give the usbsdmux /dev/sg0 info command a try.
    * Since the register contents are structured information we decided
      to add a JSON-output, so the information can be used by other tools.
    * What's Changed
    - implement 'info' command to show SD card SCR, CID and CSD by @jluebbe in #58
    - Add JSON status output for all commands and errors by @SmithChart in #60
    - Add support for decoding SCR, CID and CSD registers by @jluebbe in #62
    - Add pytest tests and a GitHub Actions workflow for SD register decoding by @jluebbe in #63
    - add test that checks README.rst against usbsdmux -h output by @jluebbe in #65
  - Skipped 0.3.0:
    * add support for a new hardware revision of our USB-SD-Mux.
    * The new hardware features two open-drain outputs and is built
      around a new I2C port expander and a faster analog switch for
      the SD-Card.
    * Breaking Changes:
    - If you are using this tool as a Python library: This release
      changes the API. The usbsdmux.UsbSdMux class is now an abstract
      base class and can not be instantiated directly. Use the
      usbsdmux.autoselect_driver() function to obtain an instance of
      the correct type.
    * What's Changed:
    - Cleanups for usb2642i2c by @ukleinek in #42
    - create a basic debian package by @jluebbe in #38
    - flake8 and black: Fix Problems and add Actions for verification by @SmithChart in #47
    - README: fix typo in UDEV rule path by @remes-codasip in #54
    - Drop debian packaging by @ukleinek in #53
    - Add support for the USB-SD-Mux FAST by @SmithChart in #52
    - Increment package version to 0.3.0 by @SmithChart in #56
* Thu Mar 17 2022 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Update to 0.2.1. Main changes:
    * cli: Handle well-known Exceptions
    * usb2642i2c: Do not create if device node does not exist
    * commandline: 'get' must respect hardware signal priority
  - Main changes in 0.2.0:
    * Remove the service/client split and access /dev/sg* directly
    * usb2642i2c: Fix sg device open arguments
    * Simplify the read-only to read-write mode transition
    * usbsdmux: honor wait argument in mode_disconnect()
    * main/service: add get action
    * usdbsdmux: set/enable default output values only for writes
* Wed May 20 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Move udev to a separate package
  - Use update-alternatives
* Wed Apr 22 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Add udev rule to have /dev/usb-sd-mux/id-<SERIAL> links
* Wed Apr 22 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Version 0.1.8

Files

/etc/alternatives/usbsdmux
/etc/alternatives/usbsdmux-configure
/etc/alternatives/usbsdmux-service
/usr/bin/usbsdmux
/usr/bin/usbsdmux-3.10
/usr/bin/usbsdmux-configure
/usr/bin/usbsdmux-configure-3.10
/usr/bin/usbsdmux-service
/usr/bin/usbsdmux-service-3.10
/usr/lib/python3.10/site-packages/usbsdmux
/usr/lib/python3.10/site-packages/usbsdmux-24.1.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/usbsdmux-24.1.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/usbsdmux-24.1.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/usbsdmux-24.1.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/usbsdmux-24.1.1-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/usbsdmux-24.1.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/usbsdmux/__init__.py
/usr/lib/python3.10/site-packages/usbsdmux/__main__.py
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/ctypehelper.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/ctypehelper.cpython-310.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/i2c_gpio.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/i2c_gpio.cpython-310.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/mqtthelper.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/mqtthelper.cpython-310.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/sd_regs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/sd_regs.cpython-310.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/service.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/service.cpython-310.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/usb2642.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/usb2642.cpython-310.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/usb2642eeprom.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/usb2642eeprom.cpython-310.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/usbsdmux.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/usbsdmux/__pycache__/usbsdmux.cpython-310.pyc
/usr/lib/python3.10/site-packages/usbsdmux/ctypehelper.py
/usr/lib/python3.10/site-packages/usbsdmux/i2c_gpio.py
/usr/lib/python3.10/site-packages/usbsdmux/mqtthelper.py
/usr/lib/python3.10/site-packages/usbsdmux/sd_regs.py
/usr/lib/python3.10/site-packages/usbsdmux/service.py
/usr/lib/python3.10/site-packages/usbsdmux/usb2642.py
/usr/lib/python3.10/site-packages/usbsdmux/usb2642eeprom.py
/usr/lib/python3.10/site-packages/usbsdmux/usbsdmux.py
/usr/share/doc/packages/python310-usbsdmux
/usr/share/doc/packages/python310-usbsdmux/README.rst
/usr/share/licenses/python310-usbsdmux
/usr/share/licenses/python310-usbsdmux/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Jun 26 00:09:41 2024