You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/01/05 06:46:00 UTC

[jira] [Commented] (AVRO-3205) Rust: Update Cargo.toml [package] information

    [ https://issues.apache.org/jira/browse/AVRO-3205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17469056#comment-17469056 ] 

ASF subversion and git services commented on AVRO-3205:
-------------------------------------------------------

Commit ea07ac016fef769e3e80645b32ca72e0a0d13a26 in avro's branch refs/heads/dependabot/cargo/lang/rust/crc-2.1.0 from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=ea07ac0 ]

AVRO-3205 Rust: Update Cargo.toml [package] information (#1344)

* AVRO-3205 Update Cargo.toml [package] information

* AVRO-3205 Fix 'cargo doc` warning

Documenting avro-rs v0.14.0 (/home/martin/git/apache/avro/lang/rust)
warning: this URL is not a hyperlink
   --> src/lib.rs:696:5
    |
696 | //! https://github.com/flavray/avro-rs/pull/76).
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/flavray/avro-rs/pull/76>`
    |
    = note: `#[warn(rustdoc::bare_urls)]` on by default
    = note: bare URLs are not automatically turned into clickable links

* AVRO-3205 Add keywords and documentation to [package]

* AVRO-3205 Add categories = ["encoding"]

* AVRO-3205 Update markdown files

Replace flavray/avro-rs with apache/avro.
Replace MIT license with Apache License 2

> Rust: Update Cargo.toml [package] information
> ---------------------------------------------
>
>                 Key: AVRO-3205
>                 URL: https://issues.apache.org/jira/browse/AVRO-3205
>             Project: Apache Avro
>          Issue Type: Task
>          Components: rust
>    Affects Versions: 1.11.0
>            Reporter: Martin Tzvetanov Grigorov
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> [Cargo.toml|https://github.com/apache/avro/blob/184b9b04bb51cbc294d180316fa5dc200ef6d98f/lang/rust/Cargo.toml#L18-L26] still mentions the original authors and repository url.
> Should those be updated to:
>  * authors = ["Apache Avro team <de...@avro.apache.org>"] 
>  * repository = "https://github.com/apache/avro" 
> ?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)