pagure 5.11.3+dfsg-1 source package in Ubuntu

Changelog

pagure (5.11.3+dfsg-1) unstable; urgency=medium

  * New upstream version 5.11.3+dfsg
  * Remove some local patches that are released by upstream.
    - d/p/0004-Fix-the-model-around-the-boards-so-it-works-with-mar.patch:
      Removed; released by upstream.
    - d/p/0005-Add-new-endpoints-to-the-API-documentation.patch: Likewise.
  * d/control: Add sqlite3 as B-D, needed for testing.
  * d/pagure-milters.tmpfile: Rename to ...tmpfiles.

 -- Sergio Durigan Junior <email address hidden>  Tue, 18 Aug 2020 22:51:33 -0400

Upload details

Uploaded by:
Sergio Durigan Junior
Uploaded to:
Sid
Original maintainer:
Sergio Durigan Junior
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pagure_5.11.3+dfsg-1.dsc 3.6 KiB 46407b1de520403e31d2b6d89f1920fa7320692784bdcb6037d8ec6d5b91cb45
pagure_5.11.3+dfsg.orig.tar.xz 3.8 MiB 4f04ea823f10491d2457346af720764dae9176ede4a94525f3b90babc6a1403a
pagure_5.11.3+dfsg-1.debian.tar.xz 23.2 KiB de54e9012052ddd9b81dc6abaf07039c0b052d1094a54dbe6e68af3fa6f466fc

Available diffs

No changes file available.

Binary packages built by this source

pagure: git-centered forge using pygit2

 Pagure is a git-centered forge, Python based using pygit2.
 .
 With pagure you can host your project with its documentation, let your
 users report issues or request enhancements using the ticketing system
 and build your community of contributors by allowing them to fork your
 projects and contribute to it via the now-popular pull-request
 mechanism.
 .
 You may be also interesed in other packages to enhance the
 functionality of pagure:
  * pagure-ev-server
  * pagure-milters
  * pagure-webhook
  * pagure-ci
  * pagure-loadjson
  * pagure-logcom
  * pagure-mirror

pagure-ci: git-centered forge using pygit2 - CI integration server

 Pagure is a git-centered forge, Python based using pygit2.
 .
 pagure-ci is a service integrating the results of Continuous
 Integration (CI) services, such as jenkins, into pull-requests opened
 against your project on pagure.

pagure-doc: git-centered forge using pygit2 (documentation)

 Pagure is a git-centered forge, Python based using pygit2.
 .
 With pagure you can host your project with its documentation, let your
 users report issues or request enhancements using the ticketing system
 and build your community of contributors by allowing them to fork your
 projects and contribute to it via the now-popular pull-request
 mechanism.
 .
 This is the common documentation package.

pagure-ev-server: git-centered forge using pygit2 - EventSource server

 Pagure is a git-centered forge, Python based using pygit2.
 .
 pagure-ev-server used to allow live-refreshing of a page when someone
 is viewing it. For example, while you are reading a ticket if someone
 comments on it, the comment will automatically show up on the page
 without the need for you to reload the entire page.

pagure-loadjson: git-centered forge using pygit2 - JSON load server

 Pagure is a git-centered forge, Python based using pygit2.
 .
 This service loads into the database the JSON files representing
 issues (and in the future also the pull-requests).
 .
 It is triggered by a git hook, which sends a notification that a push
 happened. This service receives the notification, finds the list
 of files that changed and loads them into the database.

pagure-logcom: No summary available for pagure-logcom in ubuntu groovy.

No description available for pagure-logcom in ubuntu groovy.

pagure-milters: No summary available for pagure-milters in ubuntu hirsute.

No description available for pagure-milters in ubuntu hirsute.

pagure-mirror: git-centered forge using pygit2 - mirror

 Pagure is a git-centered forge, Python based using pygit2.
 .
 pagure-mirror is the service mirroring projects that asked for it
 outside of this pagure instance.

pagure-webhook: git-centered forge using pygit2 - web-hook server

 Pagure is a git-centered forge, Python based using pygit2.
 .
 pagure-webhook sends notifications to third party services using POST
 http requests.