18 Star 33 Fork 117

openEuler/openEuler-Advisor
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
asciidoc.yaml 6.78 KB
一键复制 编辑 原始数据 按行查看 历史
Liu Shaofei 提交于 2020-08-13 20:15 +08:00 . upstream-info: add git_tag for *.yaml
---
version_control: github
src_repo: asciidoc/asciidoc-py3
tag_prefix: "^v"
separator: "."
last_query:
time_stamp: 2020-05-20 06:51:08.359038410 +00:00
raw_data: |
[
{
"url": "https://api.github.com/repos/asciidoc/asciidoc-py3/releases/24447346",
"assets_url": "https://api.github.com/repos/asciidoc/asciidoc-py3/releases/24447346/assets",
"upload_url": "https://uploads.github.com/repos/asciidoc/asciidoc-py3/releases/24447346/assets{?name,label}",
"html_url": "https://github.com/asciidoc/asciidoc-py3/releases/tag/9.0.0rc2",
"id": 24447346,
"node_id": "MDc6UmVsZWFzZTI0NDQ3MzQ2",
"tag_name": "9.0.0rc2",
"target_commitish": "master",
"name": "9.0.0rc2",
"draft": false,
"author": {
"login": "MasterOdin",
"id": 1845314,
"node_id": "MDQ6VXNlcjE4NDUzMTQ=",
"avatar_url": "https://avatars3.githubusercontent.com/u/1845314?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MasterOdin",
"html_url": "https://github.com/MasterOdin",
"followers_url": "https://api.github.com/users/MasterOdin/followers",
"following_url": "https://api.github.com/users/MasterOdin/following{/other_user}",
"gists_url": "https://api.github.com/users/MasterOdin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MasterOdin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MasterOdin/subscriptions",
"organizations_url": "https://api.github.com/users/MasterOdin/orgs",
"repos_url": "https://api.github.com/users/MasterOdin/repos",
"events_url": "https://api.github.com/users/MasterOdin/events{/privacy}",
"received_events_url": "https://api.github.com/users/MasterOdin/received_events",
"type": "User",
"site_admin": false
},
"prerelease": true,
"created_at": "2020-03-12T00:31:53Z",
"published_at": "2020-03-12T00:32:45Z",
"assets": [
],
"tarball_url": "https://api.github.com/repos/asciidoc/asciidoc-py3/tarball/9.0.0rc2",
"zipball_url": "https://api.github.com/repos/asciidoc/asciidoc-py3/zipball/9.0.0rc2",
"body": "View previous release notes for:\r\n* [9.0.0rc1](https://github.com/asciidoc/asciidoc-py3/releases/tag/9.0.0rc1)\r\n\r\nAdditions and changes\r\n\r\n* Running `make help` will now print out a helpful usage message\r\n* Add simplified Chinese translation (thanks @muirmok)\r\n* vim-asciidoc: speed up the refresh process for big files (thanks @aerostitch)\r\n\r\nBugfixes\r\n\r\n* Include `unwraplatex.py` filter when running `make install`"
},
{
"url": "https://api.github.com/repos/asciidoc/asciidoc-py3/releases/21843925",
"assets_url": "https://api.github.com/repos/asciidoc/asciidoc-py3/releases/21843925/assets",
"upload_url": "https://uploads.github.com/repos/asciidoc/asciidoc-py3/releases/21843925/assets{?name,label}",
"html_url": "https://github.com/asciidoc/asciidoc-py3/releases/tag/9.0.0rc1",
"id": 21843925,
"node_id": "MDc6UmVsZWFzZTIxODQzOTI1",
"tag_name": "9.0.0rc1",
"target_commitish": "master",
"name": "9.0.0rc1",
"draft": false,
"author": {
"login": "MasterOdin",
"id": 1845314,
"node_id": "MDQ6VXNlcjE4NDUzMTQ=",
"avatar_url": "https://avatars3.githubusercontent.com/u/1845314?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MasterOdin",
"html_url": "https://github.com/MasterOdin",
"followers_url": "https://api.github.com/users/MasterOdin/followers",
"following_url": "https://api.github.com/users/MasterOdin/following{/other_user}",
"gists_url": "https://api.github.com/users/MasterOdin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MasterOdin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MasterOdin/subscriptions",
"organizations_url": "https://api.github.com/users/MasterOdin/orgs",
"repos_url": "https://api.github.com/users/MasterOdin/repos",
"events_url": "https://api.github.com/users/MasterOdin/events{/privacy}",
"received_events_url": "https://api.github.com/users/MasterOdin/received_events",
"type": "User",
"site_admin": false
},
"prerelease": false,
"created_at": "2019-11-29T00:38:33Z",
"published_at": "2019-11-29T00:48:34Z",
"assets": [
],
"tarball_url": "https://api.github.com/repos/asciidoc/asciidoc-py3/tarball/9.0.0rc1",
"zipball_url": "https://api.github.com/repos/asciidoc/asciidoc-py3/zipball/9.0.0rc1",
"body": "Additions and changes\r\n- Port asciidoc to run on Python 3.5+ (see https://github.com/asciidoc/asciidoc for the EOL Python 2 implementation)\r\n- Drop internal implementation of OrderedDict and use the standard library collections.OrderedDict instead\r\n- Implement Dockerfile for running asciidoc\r\n- Add Catalan translation\r\n- Add docbook5 backend\r\n- Fix misspellings in various files and documents\r\n- Use UTC for testing instead of Pacific/Auckland (which observes daylight saving time).\r\n- Use \"with\" context statement for opening and closing files instead of older try/finally pattern.\r\n- Search sibling paths before system wide paths in asciidocapi\r\n- Add manpage for testasciidoc.py\r\n- Use argparse instead of optparse for argument parsing\r\n- Migrate from A-A-P based build system to Make\r\n\r\nBug fixes\r\n- Fix index terms requiring two characters instead of just one (see https://github.com/asciidoc/asciidoc-py3/pull/2#issuecomment-392605876)\r\n- Properly capture and use colophon, dedication, and preface for docbooks in Japanese (see https://github.com/asciidoc/asciidoc-py3/pull/2#issuecomment-392623181)\r\n\r\nTesting\r\n- Commit generated test files to the repository for continuous integration\r\n- Test against Python 3.5+ on Travis-CI"
}
]
query_type: api.github.releases
git_url: https://github.com/asciidoc/asciidoc-py3.git
git_tag:
- 2017-09-22 8.6.10
- 2020-07-21 9.0.2
- 2020-06-26 9.0.1
- 2020-03-11 9.0.0rc2
- 2019-11-29 9.0.0rc1
- 2020-06-02 9.0.0
- 2013-11-07 8.6.9
- 2012-07-17 8.6.8
- 2012-03-17 8.6.7
- 2011-09-04 8.6.6
- 2011-05-20 8.6.5
- 2011-02-20 8.6.4
- 2010-11-14 8.6.3
- 2010-10-04 8.6.2
- 2010-08-22 8.6.1
- 2010-08-16 8.6.0
- 2010-01-18 8.5.3
- 2009-12-07 8.5.2
- 2009-10-31 8.5.1
- 2009-10-04 8.5.0
- 2009-05-27 8.4.5
- 2009-04-26 8.4.4
- 2009-04-13 8.4.3
- 2009-03-19 8.4.2
- 2009-03-10 8.4.1
- 2009-02-02 8.3.5
- 2009-01-20 8.3.4
- 2009-01-02 8.3.3
- 2009-01-01 8.3.2
- 2008-12-13 8.3.1
- 2008-11-29 8.3.0
- 2008-07-04 8.2.7
- 2008-04-29 8.2.6
- 2007-11-18 8.2.5
- 2007-11-09 8.2.4
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/openEuler-Advisor.git
git@gitee.com:openeuler/openEuler-Advisor.git
openeuler
openEuler-Advisor
openEuler-Advisor
master

搜索帮助