python-pyfunceble 4.2.29.dev-1 source package in Ubuntu

Changelog

python-pyfunceble (4.2.29.dev-1) unstable; urgency=medium

  * New upstream version 4.2.29.dev
  * debian/control:
     - Added dh-sequence-mkdocs and {mkdocs:Depends} for building documentation
     - Removed build-depends sphinx-doc
     - Removed dependency 'python3-cryptography' from project
  * debian/clean: Removed debian/html directory
  * debian/python-pyfunceble-doc.docs:
     - Added directory debian/html
     - Changed README extension from .rst to .md
  * debian/rules:
     - Adjusted for building documentation with "mkdocs"
     - Replaced build docs from sphinxdoc by mkdocs
  * debian/patches:
     - Added 007.removed-depends-mkdocs.yml.patch:
        Dependency is not in Debian
     - Added 009.correct-spelling-error.patch:
        Spelling correction: from "statatus" to "status"
     - Added 010.removed-logo.patch:
        Removed logo to fix lintian "privacy-breach-logo"
     - debian/patches/011-Get-rid-of-cryptography-as-dependency.patch
        Upstream replaced project dependency 'cryptography' with 'hashlib'
     - Removed because upstream started generating with mkdocs
        001.intersphinx_local.patch
        004.fixed-privacy-breach-generic.patch
        005.version_file_path.patch

 -- Josenilson Ferreira da Silva <email address hidden>  Sun, 03 Nov 2024 09:48:31 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyfunceble_4.2.29.dev-1.dsc 2.7 KiB a9248670e99a7aedaf23761331ef598d5178df5ba4bb88fb8e6756f43a13aae6
python-pyfunceble_4.2.29.dev.orig.tar.gz 337.9 KiB 4f2c065f755a596ace71619ef7aed84ff099e445fcc319ec58f8aacf6a26c5ae
python-pyfunceble_4.2.29.dev-1.debian.tar.xz 10.9 KiB d542159d260e32ea5b7d860cad0a2c45396da28bd1a56648c74be07d109e2ca8

Available diffs

No changes file available.

Binary packages built by this source

python-pyfunceble-doc: Check availability of domains, IPs or URLs (common documentation)

 tool written in Python that was developed with the objective of verifying
 the availability of domains and IP addresses on the Internet. The main
 purpose of PyFunceble is to perform DNS resolution and connection tests
 to determine if a domain is up and reachable or down and unavailable.
 .
 PyFunceble's main features include:
   - Domain Availability Check: PyFunceble can determine if a domain is
     up and responding to requests.
   - Network Connection Test: The tool checks connectivity to a specific
     domain or IP address.
   - DNS resolution test: PyFunceble can check if DNS is able to convert
     the domain name to an IP address.
   - Domain list analysis: It is possible to provide a list of domains to
     PyFunceble, which will check the availability of each of them and
     generate detailed reports.
   - Behavior customization: The tool offers several options to customize
     its behavior, allowing you to define timeouts for connections, choose
     DNS servers to test, among other settings.
   - Reports: PyFunceble generates detailed reports in different formats
     (e.g. JSON, CSV, etc.), providing information about domain availability
     and test results.
   - Integration with CI/CD: PyFunceble is useful for integration into
     continuous integration and continuous delivery (CI/CD) pipelines,
     allowing you to check the availability of domains in automated scenarios.
 .
 This package installs the common documentation package.

python3-pyfunceble: Check availability of domains, IPs or URLs

 tool written in Python that was developed with the objective of verifying
 the availability of domains and IP addresses on the Internet. The main
 purpose of PyFunceble is to perform DNS resolution and connection tests
 to determine if a domain is up and reachable or down and unavailable.
 .
 PyFunceble's main features include:
   - Domain Availability Check: PyFunceble can determine if a domain is
     up and responding to requests.
   - Network Connection Test: The tool checks connectivity to a specific
     domain or IP address.
   - DNS resolution test: PyFunceble can check if DNS is able to convert
     the domain name to an IP address.
   - Domain list analysis: It is possible to provide a list of domains to
     PyFunceble, which will check the availability of each of them and
     generate detailed reports.
   - Behavior customization: The tool offers several options to customize
     its behavior, allowing you to define timeouts for connections, choose
     DNS servers to test, among other settings.
   - Reports: PyFunceble generates detailed reports in different formats
     (e.g. JSON, CSV, etc.), providing information about domain availability
     and test results.
   - Integration with CI/CD: PyFunceble is useful for integration into
     continuous integration and continuous delivery (CI/CD) pipelines,
     allowing you to check the availability of domains in automated scenarios.